diff options
| -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 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 |
