Commit c9f12191 authored by nanahira's avatar nanahira

fix

parent 666bb71e
Pipeline #15250 failed with stages
in 8 minutes and 8 seconds
......@@ -152,7 +152,7 @@ if os.istarget("macosx") then
if GetParam("mac-arm") then
MAC_ARM = true
end
ON_MAC_ARM = MAC_ARM or io.popen('arch'):read('*l') == "arm64"
ON_MAC_ARM = MAC_ARM or os.outputof("arch") == "arm64"
end
workspace "YGOPro"
......
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