Commit 5a82befc authored by nanahira's avatar nanahira

build no-longjmp only on 888

parent 9c7f16d3
Pipeline #41436 failed with stages
in 2 minutes and 23 seconds
......@@ -86,6 +86,8 @@ build_linux_x64:
build_linux_x64_no_longjmp:
extends: .build_unix
except: []
only:
- '888'
variables:
NO_LONGJMP: '1'
......
......@@ -83,7 +83,7 @@ workspace "ocgcoredll"
filter "system:linux"
defines { "LUA_USE_LINUX" }
pic "On"
if not USE_LONGJMP then
if USE_LONGJMP then
linkoptions { "-static-libstdc++", "-static-libgcc" }
end
......
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