summaryrefslogtreecommitdiff
path: root/xmake/includes/find_and_add_packages.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/includes/find_and_add_packages.lua')
-rw-r--r--xmake/includes/find_and_add_packages.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/includes/find_and_add_packages.lua b/xmake/includes/find_and_add_packages.lua
index 4bcdd76f9..eddc15d3a 100644
--- a/xmake/includes/find_and_add_packages.lua
+++ b/xmake/includes/find_and_add_packages.lua
@@ -35,6 +35,7 @@ function find_and_add_packages(...)
local optname = "__" .. name
save_scope()
option(optname)
+ set_showmenu(false)
before_check(function (option)
option:add(find_packages(name))
end)