From 7e4bedf8961ba1666cceaa6c2fa06ea0c68f6f71 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 10 Mar 2026 00:54:43 +0800 Subject: remove dedupliate namespace --- xmake/modules/private/action/build/object.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'xmake/modules/private/action/build/object.lua') diff --git a/xmake/modules/private/action/build/object.lua b/xmake/modules/private/action/build/object.lua index e4c5b49e2..837c5fec4 100644 --- a/xmake/modules/private/action/build/object.lua +++ b/xmake/modules/private/action/build/object.lua @@ -81,11 +81,7 @@ function _do_build_file(target, sourcefile, opt) -- trace progress info if not opt.quiet then - local filepath = sourcefile - if target:namespace() then - filepath = target:namespace() .. "::" .. filepath - end - progress.show(opt.progress, "${color.build.object}%scompiling.$(mode) %s", prefix, filepath) + progress.show(opt.progress, "${color.build.object}%scompiling.$(mode) %s", prefix, sourcefile) end -- trace verbose info -- cgit v1.3.1