Commit dbc2a53c authored by nanahira's avatar nanahira

test broken so

parent 5a82befc
Pipeline #41437 passed with stages
in 1 minute and 58 seconds
......@@ -10,6 +10,7 @@ variables:
.no_888:
except:
- '888'
- 'test-so-broken'
mat_common:
stage: prepare
......@@ -86,8 +87,6 @@ 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 USE_LONGJMP then
if true then
linkoptions { "-static-libstdc++", "-static-libgcc" }
end
......
......@@ -28,5 +28,5 @@ project "ocgcore"
defines { "LUA_USE_LINUX" }
if OCGCORE_DYNAMIC then
pic "On"
-- linkoptions { "-static-libstdc++", "-static-libgcc" }
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