From 0697f30e886d3fae794683ea66737186f4643c7f Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 28 Aug 2022 21:58:20 +0800 Subject: add arm64 --- xmake/platforms/windows/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.3.1