Skip to content

Commit

Permalink
remove now useless before_link on C++ modules rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthapz committed Jan 30, 2024
1 parent a9f3040 commit 7e1cf4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions xmake/rules/c++/modules/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7e1cf4f

Please sign in to comment.