We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4579c8c + 98c79b2 commit f24f0c5Copy full SHA for f24f0c5
platforms/Windows/bld/bld.wxs
@@ -235,11 +235,14 @@
235
</Component>
236
237
<Component Directory="_usr_include_swift">
238
- <File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\module.modulemap" />
+ <File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\bridging.modulemap" />
239
240
241
<File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\bridging" />
242
243
+ <Component Directory="_usr_include_swift">
244
+ <File Source="$(TOOLCHAIN_ROOT)\usr\include\module.modulemap" />
245
+ </Component>
246
</ComponentGroup>
247
248
<ComponentGroup Id="SwiftDemangle">
0 commit comments