summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/private/xrepo/action/info.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/modules/private/xrepo/action/info.lua b/xmake/modules/private/xrepo/action/info.lua
index e5fde72f5..31f585793 100644
--- a/xmake/modules/private/xrepo/action/info.lua
+++ b/xmake/modules/private/xrepo/action/info.lua
@@ -90,6 +90,8 @@ function _info_packages(packages)
local config_argv = {"f", "-c"}
if option.get("diagnosis") then
table.insert(config_argv, "-vD")
+ else
+ table.insert(config_argv, "-q")
end
if option.get("plat") then
table.insert(config_argv, "-p")