Skip to content

Commit a3160f0

Browse files
authored
Merge pull request #344 from swiftlang/egorzhdan/cxx-resilient
[cxx-interop] Include swiftinterface files for Cxx and CxxStdlib
2 parents 0724f47 + d3e0532 commit a3160f0

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
@@ -999,6 +999,9 @@
999999
<Component>
10001000
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\$(ArchTriple).swiftdoc" />
10011001
</Component>
1002+
<Component>
1003+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\$(ArchTriple).swiftinterface" />
1004+
</Component>
10021005
<Component>
10031006
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\$(ArchTriple).swiftmodule" />
10041007
</Component>
@@ -1011,6 +1014,9 @@
10111014
<Component>
10121015
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftdoc" />
10131016
</Component>
1017+
<Component>
1018+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftinterface" />
1019+
</Component>
10141020
<Component>
10151021
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftmodule" />
10161022
</Component>

0 commit comments

Comments
 (0)