Commit 74ab530e authored by nanahira's avatar nanahira

why is there not a native premake5

parent c9f12191
Pipeline #15256 passed with stages
in 5 minutes and 20 seconds
......@@ -203,6 +203,8 @@ exec_macos_platform_m1:
extends: .exec_macos_platform
tags:
- macos-m1
variables:
MAC_ARM: 1
exec_macos:
stage: combine
......
......@@ -202,7 +202,7 @@ workspace "YGOPro"
filter { "configurations:Release", "not action:vs*" }
symbols "On"
defines "NDEBUG"
if not ON_MAC_ARM then
if not MAC_ARM then
buildoptions "-march=native"
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