diff options
| author | ruki <[email protected]> | 2025-05-12 14:30:44 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-12 14:30:44 +0800 |
| commit | 9ecfe9b05e0891ea06f834b8ca75f2433504ce31 (patch) | |
| tree | 0acdbb0991ccb32cecc11160bd8d06bf0f5b9e74 /xmake/rules/c++/modules/msvc/scanner.lua | |
| parent | 5a580f088db2e75271f133e68d549102fa334486 (diff) | |
| parent | 3ba28a72239a8d23d13cd577437e871eaebc155a (diff) | |
Merge pull request #6423 from Arthapz/improve-module-format-output
(C++ modules support) Improve module format output
Diffstat (limited to 'xmake/rules/c++/modules/msvc/scanner.lua')
| -rw-r--r-- | xmake/rules/c++/modules/msvc/scanner.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/msvc/scanner.lua b/xmake/rules/c++/modules/msvc/scanner.lua index 20cc29d69..ea3717ea1 100644 --- a/xmake/rules/c++/modules/msvc/scanner.lua +++ b/xmake/rules/c++/modules/msvc/scanner.lua @@ -45,7 +45,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> generating.module.deps %s", target:fullname(), sourcefile) + progress.show(opt.progress, "${clear}${color.build.target}<%s> generating.module.deps %s", target:fullname(), sourcefile) end local outputdir = support.get_outputdir(target, sourcefile, {scan = true}) |
