diff options
| author | ruki <[email protected]> | 2021-10-09 11:58:10 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-09 11:58:10 +0800 |
| commit | a01e17a5049bdd02ddc2514bd47af74cf2ff802d (patch) | |
| tree | 83cea0cf9fa564bd0bbbddb35a366b64a404635e /xmake/actions/build/build.lua | |
| parent | 59498b047190411a144f821a5cc40174faeaaa9a (diff) | |
move private.utils.progress to utils.progress
Diffstat (limited to 'xmake/actions/build/build.lua')
| -rw-r--r-- | xmake/actions/build/build.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/build/build.lua b/xmake/actions/build/build.lua index 0fc15fd81..267a802d3 100644 --- a/xmake/actions/build/build.lua +++ b/xmake/actions/build/build.lua @@ -218,7 +218,7 @@ function main(targetname) if batchjobs and batchjobs:size() > 0 then local curdir = os.curdir() runjobs("build", batchjobs, {comax = option.get("jobs") or 1, on_exit = function (errors) - import("private.utils.progress") + import("utils.progress") if errors and progress.showing_without_scroll() then print("") end |
