From 95e14bc68bae030aeaf618c85a3b24ed9a842a08 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 23 Sep 2022 22:38:02 +0800 Subject: improve menu --- xmake/actions/config/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index 3835ca20f..b54066835 100644 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -220,7 +220,7 @@ task("config") " - xmake f --trybuild=autoconf -p android --ndk=xxx; xmake", "", "the third-party buildsystems:" - , values = {"auto", "make", "autoconf", "cmake", "scons", "meson", "bazel", "ninja", "msbuild", "xcodebuild", "ndkbuild"}}, + , values = {"auto", "make", "autoconf", "cmake", "scons", "meson", "bazel", "ninja", "msbuild", "xcodebuild", "ndkbuild", "xrepo"}}, {nil, "tryconfigs", "kv", nil , "Set the extra configurations of the third-party buildsystem for the try-build mode.", "e.g.", " - xmake f --trybuild=autoconf --tryconfigs='--enable-shared=no'"}, -- cgit v1.3.1