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" ...@@ -76,7 +76,7 @@ project "ygopro"
links { "lua" } links { "lua" }
libdirs { "../irrlicht" } libdirs { "../irrlicht" }
if MAC_ARM then if MAC_ARM then
buildoptions { "--target=arm64-apple-macos11" } buildoptions { "--target=arm64-apple-macos12" }
linkoptions { "-arch arm64" } linkoptions { "-arch arm64" }
end end
if USE_IRRKLANG then if USE_IRRKLANG then
......
...@@ -74,7 +74,7 @@ end ...@@ -74,7 +74,7 @@ end
end end
buildoptions { "-stdlib=libc++" } buildoptions { "-stdlib=libc++" }
if MAC_ARM then if MAC_ARM then
buildoptions { "--target=arm64-apple-macos11" } buildoptions { "--target=arm64-apple-macos12" }
end end
links { "OpenGL.framework", "Cocoa.framework", "IOKit.framework" } 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