From 7e1cf4ff6bfb9ba73dd7c99c3f1b5d4017bb057b Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Tue, 30 Jan 2024 16:51:32 +0100 Subject: remove now useless before_link on C++ modules rule --- xmake/rules/c++/modules/xmake.lua | 7 ------- 1 file changed, 7 deletions(-) diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index d39837f19..95dc21c40 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -154,13 +154,6 @@ rule("c++.build.modules.builder") end end) - before_link(function (target) - import("modules_support.builder") - if target:data("cxx.has_modules") then - -- builder.append_dependency_objectfiles(target) - end - end) - after_clean(function (target) import("core.base.option") import("modules_support.compiler_support") -- cgit v1.3.1