mirror of
https://github.com/alterware/master-server.git
synced 2025-07-03 01:31:48 +00:00
build: add arm64 (#19)
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user