Skip to content

Commit 98c79b2

Browse files
committed
[cxx-interop] Add usr/include/module.modulemap file
See swiftlang/swift#72186
1 parent 4579c8c commit 98c79b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

platforms/Windows/bld/bld.wxs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,14 @@
235235
</Component>
236236

237237
<Component Directory="_usr_include_swift">
238-
<File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\module.modulemap" />
238+
<File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\bridging.modulemap" />
239239
</Component>
240240
<Component Directory="_usr_include_swift">
241241
<File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\bridging" />
242242
</Component>
243+
<Component Directory="_usr_include_swift">
244+
<File Source="$(TOOLCHAIN_ROOT)\usr\include\module.modulemap" />
245+
</Component>
243246
</ComponentGroup>
244247

245248
<ComponentGroup Id="SwiftDemangle">

0 commit comments

Comments
 (0)