summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-01-30 16:51:32 +0100
committerArthur LAURENT <[email protected]>2024-01-30 16:51:32 +0100
commit7e1cf4ff6bfb9ba73dd7c99c3f1b5d4017bb057b (patch)
treee147df7403606ff78e35ed7babfd17a5f5e2bef4
parenta9f30404cab3daee8dd92f4e815941b66047166a (diff)
remove now useless before_link on C++ modules rule
-rw-r--r--xmake/rules/c++/modules/xmake.lua7
1 files changed, 0 insertions, 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")