mirror of
https://github.com/holub/mame
synced 2025-06-05 12:26:35 +03:00
Fix Emscripten compile with GoogleTest (nw)
See https://github.com/kripken/emscripten/issues/3484
This commit is contained in:
parent
6a917fad36
commit
c573df73ec
@ -1061,6 +1061,9 @@ configuration { "asmjs" }
|
||||
"-std=gnu++98",
|
||||
}
|
||||
archivesplit_size "20"
|
||||
includedirs {
|
||||
os.getenv("EMSCRIPTEN") .. "/system/lib/libcxxabi/include"
|
||||
}
|
||||
|
||||
configuration { "android*" }
|
||||
buildoptions {
|
||||
|
Loading…
Reference in New Issue
Block a user