Previous 199869 Revisions Next

r40582 Wednesday 2nd September, 2015 at 20:56:42 UTC by Justin Kerk
Hopefully fix build (nw)
[scripts]genie.lua

trunk/scripts/genie.lua
r249093r249094
10611061      "-std=gnu++98",
10621062   }
10631063   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
10671069
10681070configuration { "android*" }
10691071   buildoptions {


Previous 199869 Revisions Next


© 1997-2024 The MAME Team