mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +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
|
||||
buildoptions {
|
||||
"-Wno-switch",
|
||||
"-Wno-strict-overflow",
|
||||
}
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user