build: add arm64 for the Windows platform

This commit is contained in:
Diavolo 2024-03-04 11:56:52 +01:00 committed by Rim
parent 0b93d1b6f1
commit b7e4233e9c
2 changed files with 3 additions and 5 deletions

View File

@ -28,9 +28,12 @@ jobs:
- release
arch:
- x64
- arm64
include:
- arch: x64
platform: x64
- arch: arm64
platform: arm64
steps:
- name: Check out files
uses: actions/checkout@main

View File

@ -90,10 +90,6 @@ filter { "system:macosx", "platforms:arm64" }
linkoptions "-arch arm64"
filter {}
if _OPTIONS["dev-build"] then
defines {"DEV_BUILD"}
end
if os.getenv("CI") then
defines "CI"
end
@ -142,6 +138,5 @@ filter {}
dependencies.imports()
group "Dependencies"
dependencies.projects()