summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-06 00:53:18 +0800
committerruki <[email protected]>2019-09-05 23:19:50 +0800
commit938d89e1ab1b7b56335a128b94df0a34d594a0f1 (patch)
treef3057bfca1e5d084548bf8c67348b33df18a2012
parentd306bd541dbec64565529d8b95d6848ec39d319c (diff)
improve devlink progress
-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 18692c33d..7b28b9046 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.start)
+ cprintf("${color.build.progress}" .. theme.get("text.build.progress_format") .. ":${clear} ", opt.progress.stop)
if verbose then
cprint("${dim color.build.target}devlinking.$(mode) %s", path.filename(targetfile))
else