Commit ab58d150 authored by nanahira's avatar nanahira

fix

parent e18a7c56
Pipeline #15251 failed with stages
in 8 minutes and 32 seconds
......@@ -201,13 +201,13 @@ 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"
location "build"
language "C++"
objdir "obj"
objdir "obj"
configurations { "Release", "Debug" }
......
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