mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Quiet emscripten warning about absolute paths.
This commit is contained in:
@@ -479,6 +479,9 @@ function toolchain(_buildDir, _libDir)
|
||||
"$(EMSCRIPTEN)/system/include",
|
||||
"$(EMSCRIPTEN)/system/include/libc",
|
||||
}
|
||||
buildoptions {
|
||||
"-Wno-warn-absolute-paths",
|
||||
}
|
||||
|
||||
configuration { "nacl or nacl-arm or pnacl" }
|
||||
includedirs {
|
||||
|
||||
Reference in New Issue
Block a user