Skip to content

Commit d3e0532

Browse files
committed
[cxx-interop] Include swiftinterface files for Cxx and CxxStdlib
These two libraries are now built with library evolution enabled. See swiftlang/swift#77559
1 parent 8ed0a4d commit d3e0532

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platforms/Windows/sdk/sdk.wxs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,9 @@
300300
<Component>
301301
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\$(ArchTriple).swiftdoc" />
302302
</Component>
303+
<Component>
304+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\$(ArchTriple).swiftinterface" />
305+
</Component>
303306
<Component>
304307
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\$(ArchTriple).swiftmodule" />
305308
</Component>
@@ -312,6 +315,9 @@
312315
<Component>
313316
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftdoc" />
314317
</Component>
318+
<Component>
319+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftinterface" />
320+
</Component>
315321
<Component>
316322
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftmodule" />
317323
</Component>

0 commit comments

Comments
 (0)