summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-09-06 00:43:23 +0800
committerruki <[email protected]>2019-09-05 22:20:22 +0800
commitd306bd541dbec64565529d8b95d6848ec39d319c (patch)
treecb1ff3c4840f9e4721ce46586872cd01bd992b0b
parenta8061f2bed770641ea7137e6211aea50bbe6abd9 (diff)
fix 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 90c796370..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)
+ 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