diff options
| author | ruki <[email protected]> | 2015-06-12 14:39:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-06-12 14:39:38 +0800 |
| commit | eb0e6fe79d8e49d82bb600529028fcf28767a2d8 (patch) | |
| tree | 47d565fb521efebf5919ddaef495e026517a1179 /xmake/scripts/platform/windows/windows.lua | |
| parent | 3c4c1616be193d5146e2ddd9f8dcc706baf1f8f5 (diff) | |
modify arch name
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 573699d9a..4c9d11e8f 100644 --- a/xmake/scripts/platform/windows/windows.lua +++ b/xmake/scripts/platform/windows/windows.lua @@ -31,7 +31,7 @@ local config = require("base/config") windows._HOST = "windows" -- init architectures -windows._ARCHS = {"x86", "x64"} +windows._ARCHS = {"i386", "x86_64"} -- enter the given environment function windows._enter(name) |
