summaryrefslogtreecommitdiff
path: root/xmake/actions/require/impl/package.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/actions/require/impl/package.lua')
-rw-r--r--xmake/actions/require/impl/package.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/require/impl/package.lua b/xmake/actions/require/impl/package.lua
index d1cfd9374..f282815fa 100644
--- a/xmake/actions/require/impl/package.lua
+++ b/xmake/actions/require/impl/package.lua
@@ -606,6 +606,7 @@ function _install_packages(packages_install, packages_download)
-- enable parallelize
parallelize = true
+ installing_count = installing_count - 1
end
end
packages_installing[index] = nil
@@ -634,7 +635,6 @@ function _install_packages(packages_install, packages_download)
table.insert(downloading, package:name())
end
end
- installing_count = #installing
-- trace
cprintf("\r${yellow} => ${clear}installing %s .. %s", table.concat(installing, ", "), waitchars[waitindex + 1])