diff options
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 7 |
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") |
