diff options
| author | ruki <[email protected]> | 2020-10-24 11:11:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-24 11:11:28 +0800 |
| commit | c0165655db338e898de572203dddf5709e76950d (patch) | |
| tree | 84d217a5d0d255b33bdd9200ca1480fd1fb61692 | |
| parent | 4a5bb94bd401b892b479a8b08f7053f5828f9f39 (diff) | |
add ndk and mingw for xrepo/install
| -rw-r--r-- | xmake/modules/private/xrepo/action/install.lua | 3 |
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."}, {}, |
