mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
Fix "use of constant operatand with &&" on osx
This commit is contained in:
parent
d035640605
commit
842874f030
@ -858,6 +858,7 @@ function toolchain(_buildDir, _subDir)
|
||||
objdir (_buildDir .. "osx_clang" .. "/obj")
|
||||
buildoptions {
|
||||
"-m64",
|
||||
"-Wno-constant-logical-operand",
|
||||
}
|
||||
|
||||
configuration { "osx*", "x64", "Release" }
|
||||
|
Loading…
Reference in New Issue
Block a user