diff options
| author | ruki <[email protected]> | 2019-01-02 22:57:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-01-02 11:47:59 +0800 |
| commit | 9c4e0ba825b9035236fe063daf6e5dbfbe20ca04 (patch) | |
| tree | c1876a147ecfaaeb34fd976569b5e18812722ccd /xmake/rules/wdk/man/xmake.lua | |
| parent | f4ba9c2b6f85ce5d8b959714d8beaae9f03e4fe0 (diff) | |
fix color.build.progress style
Diffstat (limited to 'xmake/rules/wdk/man/xmake.lua')
| -rw-r--r-- | xmake/rules/wdk/man/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/rules/wdk/man/xmake.lua b/xmake/rules/wdk/man/xmake.lua index 5f3878074..e8bdeb8b5 100644 --- a/xmake/rules/wdk/man/xmake.lua +++ b/xmake/rules/wdk/man/xmake.lua @@ -125,9 +125,9 @@ rule("wdk.man") -- trace progress info if option.get("verbose") then - cprint("${green}[%3d%%]:${dim} compiling.wdk.man %s", opt.progress, sourcefile) + cprint("${color.build.progress}[%3d%%]:${dim} compiling.wdk.man %s", opt.progress, sourcefile) else - cprint("${green}[%3d%%]:${clear} compiling.wdk.man %s", opt.progress, sourcefile) + cprint("${color.build.progress}[%3d%%]:${clear} compiling.wdk.man %s", opt.progress, sourcefile) end -- generate header and resource file |
