Commit 7dacdd6d authored by nanahira's avatar nanahira

add LUA_USE_LONGJMP

parent 6c6805a4
Pipeline #41423 failed with stages
in 31 seconds
......@@ -33,6 +33,8 @@ workspace "ocgcoredll"
configurations { "Release", "Debug" }
platforms { "x64", "x32", "arm64", "wasm" }
defines { "LUA_USE_LONGJMP" }
for _, boolOption in ipairs(boolOptions) do
ApplyBoolean(boolOption)
end
......@@ -81,7 +83,7 @@ workspace "ocgcoredll"
filter "platforms:wasm"
toolset "emcc"
defines { "LUA_USE_C89", "LUA_USE_LONGJMP" }
defines { "LUA_USE_C89" }
pic "On"
filter {}
......
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