Hopefully fix build (nw)

This commit is contained in:
Justin Kerk 2015-09-02 13:56:42 -07:00
parent c573df73ec
commit 988ec56c7b

View File

@ -1061,9 +1061,11 @@ configuration { "asmjs" }
"-std=gnu++98",
}
archivesplit_size "20"
includedirs {
os.getenv("EMSCRIPTEN") .. "/system/lib/libcxxabi/include"
}
if os.getenv("EMSCRIPTEN") then
includedirs {
os.getenv("EMSCRIPTEN") .. "/system/lib/libcxxabi/include"
}
end
configuration { "android*" }
buildoptions {