summaryrefslogtreecommitdiff
path: root/xmake/scripts/platform/windows/windows.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/platform/windows/windows.lua')
-rw-r--r--xmake/scripts/platform/windows/windows.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/platform/windows/windows.lua b/xmake/scripts/platform/windows/windows.lua
index 022a9c5f6..794358dc1 100644
--- a/xmake/scripts/platform/windows/windows.lua
+++ b/xmake/scripts/platform/windows/windows.lua
@@ -34,7 +34,7 @@ windows._HOST = "windows"
windows._OS = "windows"
-- init architectures
-windows._ARCHS = {"i386", "x86_64"}
+windows._ARCHS = {"x86", "x64", "amd64", "x86_amd64"}
-- enter the given environment
function windows._enter(name)