We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SwiftBridging
1 parent 76e6067 commit 5e87b9dCopy full SHA for 5e87b9d
platforms/Windows/bld/bld.wxs
@@ -21,6 +21,7 @@
21
22
<DirectoryRef Id="_usr_include">
23
<Directory Id="_usr_include_llvm_c" Name="llvm-c" />
24
+ <Directory Id="_usr_include_swift" Name="swift" />
25
</DirectoryRef>
26
27
<DirectoryRef Id="_usr_lib_swift">
@@ -219,6 +220,13 @@
219
220
<Component>
221
<File Source="$(TOOLCHAIN_ROOT)\usr\lib\swift\swiftToCxx\experimental-interoperability-version.json" />
222
</Component>
223
+
224
+ <Component Directory="_usr_include_swift">
225
+ <File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\module.modulemap" />
226
+ </Component>
227
228
+ <File Source="$(TOOLCHAIN_ROOT)\usr\include\swift\bridging" />
229
230
</ComponentGroup>
231
232
<ComponentGroup Id="SwiftDemangle">
0 commit comments