Commit b70fba94 authored by nanahira's avatar nanahira

fix

parent d596a81a
Pipeline #41420 canceled with stages
in 2 minutes and 18 seconds
...@@ -9,6 +9,10 @@ project "lua" ...@@ -9,6 +9,10 @@ project "lua"
removefiles { "src/linit.c" } removefiles { "src/linit.c" }
end end
if SERVER_PRO3_SUPPORT or OCGCORE_DYNAMIC then
defines { "LUA_USE_LONGJMP" }
end
filter "configurations:Debug" filter "configurations:Debug"
defines { "LUA_USE_APICHECK" } 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