Previous | 199869 Revisions | Next |
r40582 Wednesday 2nd September, 2015 at 20:56:42 UTC by Justin Kerk |
---|
Hopefully fix build (nw) |
[scripts] | genie.lua |
r249093 | r249094 | |
---|---|---|
1061 | 1061 | "-std=gnu++98", |
1062 | 1062 | } |
1063 | 1063 | archivesplit_size "20" |
1064 | includedirs { | |
1065 | os.getenv("EMSCRIPTEN") .. "/system/lib/libcxxabi/include" | |
1066 | } | |
1064 | if os.getenv("EMSCRIPTEN") then | |
1065 | includedirs { | |
1066 | os.getenv("EMSCRIPTEN") .. "/system/lib/libcxxabi/include" | |
1067 | } | |
1068 | end | |
1067 | 1069 | |
1068 | 1070 | configuration { "android*" } |
1069 | 1071 | buildoptions { |
https://github.com/mamedev/mame/commit/988ec56c7b048e05eaaf56da923ae145326b6d7d |
Previous | 199869 Revisions | Next |