mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
bgfx fix for osx (nw)
This commit is contained in:
parent
3414afa450
commit
9d99398208
@ -749,6 +749,7 @@ end
|
|||||||
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
|
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
|
||||||
buildoptions {
|
buildoptions {
|
||||||
"-Wno-switch",
|
"-Wno-switch",
|
||||||
|
"-Wno-strict-overflow",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user