diff options
| author | Arthur LAURENT <[email protected]> | 2025-05-12 03:49:31 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2025-05-12 04:54:34 +0200 |
| commit | 3ba28a72239a8d23d13cd577437e871eaebc155a (patch) | |
| tree | 90dc74db7eda9955797d24bd19ad19e55997e237 /xmake/rules/c++/modules/gcc/scanner.lua | |
| parent | 406aa7ca454fad3ef8872070cbac6efdd7d440e7 (diff) | |
(C++ modules support) normalize module progress format with regular C++
Diffstat (limited to 'xmake/rules/c++/modules/gcc/scanner.lua')
| -rw-r--r-- | xmake/rules/c++/modules/gcc/scanner.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/gcc/scanner.lua b/xmake/rules/c++/modules/gcc/scanner.lua index c8f61c83a..3b2b8b3ca 100644 --- a/xmake/rules/c++/modules/gcc/scanner.lua +++ b/xmake/rules/c++/modules/gcc/scanner.lua @@ -44,7 +44,7 @@ function scan_dependency_for(target, sourcefile, opt) depend.on_changed(function() if opt.progress and not os.getenv("XMAKE_IN_COMPILE_COMMANDS_PROJECT_GENERATOR") then - progress.show(opt.progress, "${color.build.target}<%s> scanning.module.deps %s", target:fullname(), sourcefile) + progress.show(opt.progress, "${clear}${color.build.target}<%s> scanning.module.deps %s", target:fullname(), sourcefile) end local outputdir = support.get_outputdir(target, sourcefile, {scan = true}) |
