summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/xrepo/action/install.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/modules/private/xrepo/action/install.lua b/xmake/modules/private/xrepo/action/install.lua
index d0091d1f0..9a93d3e03 100644
--- a/xmake/modules/private/xrepo/action/install.lua
+++ b/xmake/modules/private/xrepo/action/install.lua
@@ -41,6 +41,9 @@ function menu_options()
" - xrepo install --configs=\"vs_runtime=MD\" zlib",
" - xrepo install --configs=\"regex=true,thread=true\" boost"},
{},
+ {nil, "ndk", "kv", nil, "Set the android NDK directory." },
+ {nil, "mingw", "kv", nil, "Set the MingW SDK directory." },
+ {},
{'f', "force", "k", nil, "Force to reinstall all package dependencies."},
{nil, "shallow", "k", nil, "Does not install dependent packages."},
{},