maint: remove arm64 from macosx

This commit is contained in:
2023-06-23 14:06:51 +02:00
parent f4bc3857c3
commit 1b3eb2cfb2
2 changed files with 3 additions and 6 deletions

View File

@ -39,7 +39,7 @@ targetdir "%{wks.location}/bin/%{cfg.platform}/%{cfg.buildcfg}"
configurations {"Debug", "Release"}
if os.istarget("darwin") then
platforms {"x64", "arm64"}
platforms {"x64"}
else
platforms {"x86", "x64"}
end