Commit 2f40bf04 authored by mercury233's avatar mercury233

wtf fix 9

parent 93e3d44a
Pipeline #11608 passed with stages
in 4 minutes
......@@ -218,6 +218,7 @@ exec_macos_platform_m1:
variables:
TARGET_PATFORM: m1
YGOPRO_TARGET_ARM: '1'
NO_USE_IRRKLANG: '1'
cache:
key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
paths:
......
......@@ -104,7 +104,7 @@ end
if(_OPTIONS["use-irrklang"]) then
USE_IRRKLANG = true
elseif(_OPTIONS["no-use-irrklang"]) then
elseif(_OPTIONS["no-use-irrklang"] or os.getenv("NO_USE_IRRKLANG")) then
USE_IRRKLANG = false
end
if USE_IRRKLANG then
......
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