diff options
| author | ruki <[email protected]> | 2015-12-22 10:47:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-22 10:47:06 +0800 |
| commit | b378a1f331cda1f9520b0a3d86feabb498021cb4 (patch) | |
| tree | d934946b03468d584b48e4161df848a5a78673be /xmake/scripts/platform/windows/windows.lua | |
| parent | e9ba9a93d79ab8163d70efbe5b78101595588971 (diff) | |
support windows x64 x86_amd64 amd64 arch
Diffstat (limited to 'xmake/scripts/platform/windows/windows.lua')
| -rw-r--r-- | xmake/scripts/platform/windows/windows.lua | 2 |
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) |
