Commit 666bb71e authored by nanahira's avatar nanahira

fix

parent 99519eb5
Pipeline #15244 failed with stages
in 8 minutes and 1 second
......@@ -148,7 +148,10 @@ if GetParam("winxp-support") and os.istarget("windows") then
WINXP_SUPPORT = true
end
if os.istarget("macosx") then
MAC_ARM = true
MAC_ARM = false
if GetParam("mac-arm") then
MAC_ARM = true
end
ON_MAC_ARM = MAC_ARM or io.popen('arch'):read('*l') == "arm64"
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