From c27abd8d18c5a4a3b3d0482072d65c56abf146d3 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 21 Feb 2020 00:37:20 +0800 Subject: improve configuration help menu --- xmake/actions/config/xmake.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index aa2c71de7..01448ffbe 100644 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -54,7 +54,9 @@ task("config") , {nil, "trybuild", "kv", nil , "Enable try-build mode and set the third-party buildsystem tool.", "e.g.", " - xmake f --trybuild=auto; xmake", - " - xmake f --trybuild=autotools -p android --ndk=xxx; xmake" + " - xmake f --trybuild=autotools -p android --ndk=xxx; xmake", + "", + "the third-party buildsystems:" , values = {"auto", "make", "autotools", "cmake", "scons", "meson", "bazel", "ninja", "msbuild", "xcodebuild"}} , {nil, "tryconfigs", "kv", nil , "Set the extra configurations of the third-party buildsystem for the try-build mode.", "e.g.", -- cgit v1.3.1