bgfx fix for osx (nw)

This commit is contained in:
Miodrag Milanovic 2016-04-06 08:35:01 +02:00
parent 3414afa450
commit 9d99398208

View File

@ -749,6 +749,7 @@ end
if _OPTIONS["gcc"]~=nil and string.find(_OPTIONS["gcc"], "clang") then
buildoptions {
"-Wno-switch",
"-Wno-strict-overflow",
}
end
end