Commit b45cce4f authored by nanahira's avatar nanahira

add LUA_USE_LONGJMP for mdpro3

parent 17898f8f
Pipeline #38956 passed with stages
in 16 minutes and 3 seconds
......@@ -8,6 +8,10 @@ project "lua"
if not GetParam("no-lua-safe") then
removefiles { "src/linit.c" }
end
if SERVER_PRO3_SUPPORT then
defines { "LUA_USE_LONGJMP" }
end
filter "configurations:Debug"
defines { "LUA_USE_APICHECK" }
......
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