summaryrefslogtreecommitdiff
path: root/xmake/scripts/base/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/scripts/base/main.lua')
-rw-r--r--xmake/scripts/base/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/main.lua b/xmake/scripts/base/main.lua
index 7d448fc57..7418a625a 100644
--- a/xmake/scripts/base/main.lua
+++ b/xmake/scripts/base/main.lua
@@ -155,7 +155,7 @@ local menu =
end
return descriptions
end }
- , {'a', "arch", "kv", xmake._ARCH, "Compile for the given architecture."
+ , {'a', "arch", "kv", "auto", "Compile for the given architecture."
, function ()
local descriptions = {}
local plats = platform.plats()