Fixed UWP build.

This commit is contained in:
Branimir Karadžić
2017-12-14 22:14:07 -08:00
parent 1eb972be25
commit 14cf17f700
2 changed files with 7 additions and 0 deletions

View File

@@ -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 {