mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
Hopefully fix build (nw)
This commit is contained in:
parent
c573df73ec
commit
988ec56c7b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user