summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/xmake.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2022-08-17 19:48:26 +0200
committerArthur LAURENT <[email protected]>2022-08-17 20:59:28 +0200
commitdf539bcf1be21855f4b837830f00e3e11bcea9d2 (patch)
treee98ae630e786990ee296c2ee5482266d78ebfcd7 /xmake/rules/c++/modules/xmake.lua
parentdfba8ae1f44afb2dccdb0b0058d1e9b9d46192ed (diff)
improve headerunit resolution and shared library support on msvc
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
-rw-r--r--xmake/rules/c++/modules/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua
index 3ef960d7a..062dea52b 100644
--- a/xmake/rules/c++/modules/xmake.lua
+++ b/xmake/rules/c++/modules/xmake.lua
@@ -106,7 +106,7 @@ rule("c++.build.modules.builder")
before_link(function (target)
import("modules_support.common")
- common.append_headerunits_objectfiles(target)
+ common.append_dependency_objectfiles(target)
end)
after_clean(function (target)