diff options
| author | ruki <[email protected]> | 2020-04-18 10:02:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-04-18 10:02:53 +0800 |
| commit | 86f5f4aed4bdb1e895d880e024e681915d2bb66b (patch) | |
| tree | 9fff1df411a56365b21c2197e79cfefb7c29cfe4 /xmake/rules/cuda/devlink/xmake.lua | |
| parent | 9335a54c82fae64232a71634baa354cfcb00fe93 (diff) | |
fix cuda/devlink
Diffstat (limited to 'xmake/rules/cuda/devlink/xmake.lua')
| -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 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 |
