summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/platforms/windows/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/platforms/windows/xmake.lua b/xmake/platforms/windows/xmake.lua
index 6f25ef914..6dc3d7682 100644
--- a/xmake/platforms/windows/xmake.lua
+++ b/xmake/platforms/windows/xmake.lua
@@ -28,7 +28,7 @@ platform("windows")
set_hosts("windows")
-- set archs
- set_archs("x86", "x64")
+ set_archs("x86", "x64", "arm64")
-- set formats
set_formats("static", "$(name).lib")