mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Repaced flagsremove Lua function with new removeflags.
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user