summaryrefslogtreecommitdiff
path: root/xmake/rules/cuda/devlink
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-08 12:23:12 +0800
committerruki <[email protected]>2019-09-08 12:23:12 +0800
commit311693f056cc268de9b811963a5677c7166a0a35 (patch)
tree14445a8a34832009da21cee0debef9dc0c0be5f2 /xmake/rules/cuda/devlink
parent938d89e1ab1b7b56335a128b94df0a34d594a0f1 (diff)
improve link progress
Diffstat (limited to 'xmake/rules/cuda/devlink')
-rw-r--r--xmake/rules/cuda/devlink/xmake.lua2
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