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/link_objects.lua | 3 --- 1 file changed, 3 deletions(-) (limited to 'xmake/modules/private/action/build/link_objects.lua') diff --git a/xmake/modules/private/action/build/link_objects.lua b/xmake/modules/private/action/build/link_objects.lua index 864ba395e..54d03da09 100644 --- a/xmake/modules/private/action/build/link_objects.lua +++ b/xmake/modules/private/action/build/link_objects.lua @@ -38,9 +38,6 @@ function _do_link_target(target, opt) local depvalues = {linkinst:program(), linkflags} depend.on_changed(function () local filename = target:filename() - if target:namespace() then - filename = target:namespace() .. "::" .. filename - end if target:is_static() then progress.show(opt.progress, "${color.build.target}archiving.$(mode) %s", filename) else -- cgit v1.3.1