Commit eec77745 authored by nanahira's avatar nanahira

add LUA_USE_C89 on wasm

parent 95d48e58
Pipeline #33974 passed with stages
in 1 minute and 58 seconds
...@@ -69,7 +69,7 @@ workspace "ocgcoredll" ...@@ -69,7 +69,7 @@ workspace "ocgcoredll"
buildoptions { "-fPIC" } buildoptions { "-fPIC" }
filter "system:emscripten" filter "system:emscripten"
defines { "LUA_USE_LONGJMP" } defines { "LUA_USE_LONGJMP", "LUA_USE_C89" }
buildoptions { "-fPIC" } buildoptions { "-fPIC" }
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