diff options
| author | ruki <[email protected]> | 2019-09-06 00:43:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-09-05 22:20:22 +0800 |
| commit | d306bd541dbec64565529d8b95d6848ec39d319c (patch) | |
| tree | cb1ff3c4840f9e4721ce46586872cd01bd992b0b | |
| parent | a8061f2bed770641ea7137e6211aea50bbe6abd9 (diff) | |
fix devlink progress
| -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 |
