From 3ba28a72239a8d23d13cd577437e871eaebc155a Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Mon, 12 May 2025 03:49:31 +0200 Subject: (C++ modules support) normalize module progress format with regular C++ --- xmake/rules/c++/modules/clang/scanner.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/c++/modules/clang/scanner.lua') diff --git a/xmake/rules/c++/modules/clang/scanner.lua b/xmake/rules/c++/modules/clang/scanner.lua index d565cd63e..adb4d0dd8 100644 --- a/xmake/rules/c++/modules/clang/scanner.lua +++ b/xmake/rules/c++/modules/clang/scanner.lua @@ -37,7 +37,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}) -- cgit v1.3.1