maint: remove arm64 from macosx

This commit is contained in:
2023-06-23 14:04:51 +02:00
parent f26b5ac6b5
commit e49a40630d
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", "arm64"}
end