summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-09-23 22:38:02 +0800
committerruki <[email protected]>2022-09-23 22:38:02 +0800
commit95e14bc68bae030aeaf618c85a3b24ed9a842a08 (patch)
tree985db95dc535e81e1b0e0b2c8db54d01cdc9220c
parent58c3481877ba5dea65715cb3aaf255d68f31ad2e (diff)
improve menu
-rw-r--r--xmake/actions/config/xmake.lua2
1 files changed, 1 insertions, 1 deletions
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'"},