Fix "use of constant operatand with &&" on osx

This commit is contained in:
Trammell Hudson 2015-11-27 17:22:53 -05:00
parent d035640605
commit 842874f030

View File

@ -858,6 +858,7 @@ function toolchain(_buildDir, _subDir)
objdir (_buildDir .. "osx_clang" .. "/obj")
buildoptions {
"-m64",
"-Wno-constant-logical-operand",
}
configuration { "osx*", "x64", "Release" }