Commit e883e2d8 authored by nanahira's avatar nanahira

Merge branch 'master' into develop

parents d5a0b5b7 e87690c9
......@@ -70,7 +70,7 @@ workspace "ocgcoredll"
linkoptions { "-static-libstdc++", "-static-libgcc" }
filter "system:emscripten"
defines { "LUA_USE_LONGJMP", "LUA_USE_C89" }
defines { "LUA_USE_C89" }
pic "On"
filter {}
......
......@@ -8,6 +8,8 @@ project "lua"
files { "src/*.c", "src/*.h" }
removefiles { "src/lua.c", "src/luac.c", "src/onelua.c" }
defines { "LUA_USE_LONGJMP" }
if not GetParam("no-lua-safe") then
removefiles { "src/linit.c" }
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment