mirror of
https://github.com/alterware/aw-installer.git
synced 2025-06-27 06:41:52 +00:00
build: experiment with arm64 on Windows (#17)
This commit is contained in:
@ -44,7 +44,7 @@ cppdialect "C++20"
|
||||
if os.istarget("darwin") then
|
||||
platforms {"x64", "arm64"}
|
||||
else
|
||||
platforms {"x86", "x64"}
|
||||
platforms {"x86", "x64", "arm64"}
|
||||
end
|
||||
|
||||
filter "platforms:x86"
|
||||
@ -85,10 +85,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
|
||||
|
Reference in New Issue
Block a user