From c0165655db338e898de572203dddf5709e76950d Mon Sep 17 00:00:00 2001 From: ruki Date: Sat, 24 Oct 2020 11:11:28 +0800 Subject: add ndk and mingw for xrepo/install --- xmake/modules/private/xrepo/action/install.lua | 3 +++ 1 file changed, 3 insertions(+) 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."}, {}, -- cgit v1.3.1