Commit 55f312c6 authored by mercury233's avatar mercury233

Merge branch 'patch-premake-update' of https://github.com/Fluorohydride/ygopro

parents 8cd2f3cc 8ecff59d
...@@ -139,7 +139,7 @@ end ...@@ -139,7 +139,7 @@ end
if GetParam("winxp-support") and os.istarget("windows") then if GetParam("winxp-support") and os.istarget("windows") then
WINXP_SUPPORT = true WINXP_SUPPORT = true
end end
if (GetParam("mac-arm") and os.istarget("macosx") then if GetParam("mac-arm") and os.istarget("macosx") then
MAC_ARM = true MAC_ARM = true
end 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