Repaced flagsremove Lua function with new removeflags.

This commit is contained in:
Branimir Karadzic
2014-11-18 08:54:24 -08:00
parent 4f5332cf89
commit 6b084b6e93
3 changed files with 11 additions and 17 deletions

View File

@@ -370,7 +370,10 @@ function toolchain(_buildDir, _libDir)
objdir (_buildDir .. "win64_" .. _ACTION .. "-clang/obj")
configuration { "winphone8*" }
removeflags { "StaticRuntime", "NoExceptions" }
removeflags {
"StaticRuntime",
"NoExceptions",
}
configuration { "mingw-*" }
defines { "WIN32" }