Commit 367c9562 authored by nanahira's avatar nanahira

macos12

parent fe9249ac
Pipeline #7840 failed with stages
in 3 minutes and 38 seconds
......@@ -76,7 +76,7 @@ project "ygopro"
links { "lua" }
libdirs { "../irrlicht" }
if MAC_ARM then
buildoptions { "--target=arm64-apple-macos11" }
buildoptions { "--target=arm64-apple-macos12" }
linkoptions { "-arch arm64" }
end
if USE_IRRKLANG then
......
......@@ -74,7 +74,7 @@ end
end
buildoptions { "-stdlib=libc++" }
if MAC_ARM then
buildoptions { "--target=arm64-apple-macos11" }
buildoptions { "--target=arm64-apple-macos12" }
end
links { "OpenGL.framework", "Cocoa.framework", "IOKit.framework" }
......
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