mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed UWP build.
This commit is contained in:
@@ -611,6 +611,9 @@ function toolchain(_buildDir, _libDir)
|
||||
"StaticRuntime",
|
||||
"NoExceptions",
|
||||
}
|
||||
linkoptions {
|
||||
"/ignore:4264" -- LNK4264: archiving object file compiled with /ZW into a static library; note that when authoring Windows Runtime types it is not recommended to link with a static library that contains Windows Runtime metadata
|
||||
}
|
||||
|
||||
configuration { "*-gcc* or osx" }
|
||||
buildoptions {
|
||||
|
||||
Reference in New Issue
Block a user