diff options
Diffstat (limited to 'xmake/modules/private/action/require/impl/install_packages.lua')
| -rw-r--r-- | xmake/modules/private/action/require/impl/install_packages.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmake/modules/private/action/require/impl/install_packages.lua b/xmake/modules/private/action/require/impl/install_packages.lua index 0adea1fc9..e2d97e2f3 100644 --- a/xmake/modules/private/action/require/impl/install_packages.lua +++ b/xmake/modules/private/action/require/impl/install_packages.lua @@ -388,7 +388,9 @@ function main(requires, opt) instance:fetch() os.setenvs(oldenvs) end - end, {total = #packages, isolate = true}) + end, {total = #packages, + comax = (option.get("verbose") or option.get("diagnosis")) and 1 or 4, + isolate = true}) -- register all required root packages to local cache register_packages(packages) |
