summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support/msvc.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2022-12-07 23:24:27 +0100
committerArthur LAURENT <[email protected]>2022-12-07 23:24:27 +0100
commit77c633dc1b5b0ada45dd4907cea57fa34d8cd770 (patch)
tree38d6a0a8d77a1f851394f08a517ea19626b18fe0 /xmake/rules/c++/modules/modules_support/msvc.lua
parent8c3b2f5d51c4f4cb27c2daee16096837fab9a574 (diff)
code cleanup
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/msvc.lua')
-rw-r--r--xmake/rules/c++/modules/modules_support/msvc.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc.lua b/xmake/rules/c++/modules/modules_support/msvc.lua
index 756f19703..5e56b1241 100644
--- a/xmake/rules/c++/modules/modules_support/msvc.lua
+++ b/xmake/rules/c++/modules/modules_support/msvc.lua
@@ -732,9 +732,6 @@ function get_requiresflags(target, requires, opt)
table.join2(flags, modulemap_[name].flag)
table.join2(flags, modulemap_[name].deps or {})
already_mapped_modules[name] = true
- if os.isfile(modulemap_[name].objectfile) then
- _add_objectfile_to_link_arguments(target, modulemap_[name].objectfile)
- end
goto continue
end
end