diff options
| author | ruki <[email protected]> | 2019-09-08 12:23:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-08 12:23:12 +0800 |
| commit | 311693f056cc268de9b811963a5677c7166a0a35 (patch) | |
| tree | 14445a8a34832009da21cee0debef9dc0c0be5f2 /xmake/rules/cuda/devlink | |
| parent | 938d89e1ab1b7b56335a128b94df0a34d594a0f1 (diff) | |
improve link progress
Diffstat (limited to 'xmake/rules/cuda/devlink')
| -rw-r--r-- | xmake/rules/cuda/devlink/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/cuda/devlink/xmake.lua b/xmake/rules/cuda/devlink/xmake.lua index 7b28b9046..18692c33d 100644 --- a/xmake/rules/cuda/devlink/xmake.lua +++ b/xmake/rules/cuda/devlink/xmake.lua @@ -92,7 +92,7 @@ rule("cuda.build.devlink") local verbose = option.get("verbose") -- trace progress info - cprintf("${color.build.progress}" .. theme.get("text.build.progress_format") .. ":${clear} ", opt.progress.stop) + cprintf("${color.build.progress}" .. theme.get("text.build.progress_format") .. ":${clear} ", opt.progress.start) if verbose then cprint("${dim color.build.target}devlinking.$(mode) %s", path.filename(targetfile)) else |
