build: add arm64 (#19)

This commit is contained in:
2023-06-23 22:39:53 +02:00
committed by GitHub
parent 9eb513ec12
commit 81704a19db
2 changed files with 29 additions and 1 deletions

View File

@ -41,7 +41,7 @@ configurations {"Debug", "Release"}
if os.istarget("darwin") then
platforms {"x64"}
else
platforms {"x86", "x64"}
platforms {"x86", "x64", "arm64"}
end
filter "platforms:x86"