From 3aab30fc254ae7e9bd138aff2bb263af0d447017 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 27 May 2015 09:32:01 +0800 Subject: add prober to all platforms --- xmake/scripts/base/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/scripts/base/main.lua') 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() -- cgit v1.3.1