diff options
| author | ruki <[email protected]> | 2024-03-18 23:44:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-18 23:44:06 +0800 |
| commit | ca16db30058d8a512d73a7bee28e57f72de4c338 (patch) | |
| tree | 37f034b25bf468297daa0ec4bc8dd5490f380c5e /xmake/actions/build/build.lua | |
| parent | ef76c91d0517361173246f6ee62b3b6c3ba1e29e (diff) | |
improve 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 1db197cd6..fbbb9fdbc 100644 --- a/xmake/actions/build/build.lua +++ b/xmake/actions/build/build.lua @@ -299,7 +299,7 @@ function main(targetnames, group_pattern) if errors and progress.showing_without_scroll() then print("") end - end, comax = option.get("jobs") or 1, curdir = curdir, count_as_index = true, distcc = distcc}) + end, comax = option.get("jobs") or 1, curdir = curdir, distcc = distcc}) os.cd(curdir) end end |
