Fixed x64 builds with new luaengine on VS2015(nw)

This commit is contained in:
Miodrag Milanovic 2016-11-03 19:09:55 +01:00
parent 4960ac761d
commit 2682adc5d7

View File

@ -42,6 +42,11 @@ includedirs {
ext_includedir("flac"),
}
configuration { "vs*" }
buildoptions {
"/bigobj",
}
configuration { }
if (_OPTIONS["targetos"] == "windows") then
defines {
"UI_WINDOWS",