diff options
| -rw-r--r-- | xmake/modules/private/xrepo/action/env.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/xmake/modules/private/xrepo/action/env.lua b/xmake/modules/private/xrepo/action/env.lua index a45d08b1c..2ba6068df 100644 --- a/xmake/modules/private/xrepo/action/env.lua +++ b/xmake/modules/private/xrepo/action/env.lua @@ -41,17 +41,7 @@ function menu_options() -- menu options local options = { - {'k', "kind", "kv", nil, "Enable static/shared library.", - values = {"static", "shared"} }, - {'p', "plat", "kv", nil, "Set the given platform." }, - {'a', "arch", "kv", nil, "Set the given architecture." }, - {'m', "mode", "kv", nil, "Set the given mode.", - values = {"release", "debug"} }, {nil, "show", "k", nil, "Only show environment information." }, - {'f', "configs", "kv", nil, "Set the given extra package configs.", - "e.g.", - " - xrepo env -f \"runtimes='MD'\" zlib cmake ..", - " - xrepo env -f \"regex=true,thread=true\" \"zlib,boost\" cmake .."}, {nil, "add", "k", nil, "Add global environment config.", "e.g.", " - xrepo env --add base.lua", |
