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