Commit 3fb9986e authored by nanahira's avatar nanahira

add pure static options

parent 3b7867c1
Pipeline #34159 passed with stages
in 4 minutes and 3 seconds
......@@ -72,6 +72,7 @@ workspace "ocgcoredll"
filter "system:linux"
defines { "LUA_USE_LINUX" }
buildoptions { "-fPIC" }
linkoptions { "-static-libstdc++", "-static-libgcc" }
filter "system:emscripten"
defines { "LUA_USE_LONGJMP", "LUA_USE_C89" }
......
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