feature(github): fix arm64 build

This commit is contained in:
2023-06-22 14:53:21 +02:00
parent 427f9b117d
commit 1271c44fe4
9 changed files with 41 additions and 19 deletions

View File

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