summaryrefslogtreecommitdiff
path: root/xmake/rules/cuda/devlink/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-04-18 10:02:53 +0800
committerruki <[email protected]>2020-04-18 10:02:53 +0800
commit86f5f4aed4bdb1e895d880e024e681915d2bb66b (patch)
tree9fff1df411a56365b21c2197e79cfefb7c29cfe4 /xmake/rules/cuda/devlink/xmake.lua
parent9335a54c82fae64232a71634baa354cfcb00fe93 (diff)
fix cuda/devlink
Diffstat (limited to 'xmake/rules/cuda/devlink/xmake.lua')
-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 c55641a6b..a2a8651e7 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)
if verbose then
cprint("${dim color.build.target}devlinking.$(mode) %s", path.filename(targetfile))
else