Skip to content

Commit 2ebe4b8

Browse files
authored
Merge pull request swiftlang#249 from compnerd/content
WiX: remove swiftinterfaces for fragile components
2 parents 097a839 + 78246fd commit 2ebe4b8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

platforms/Windows/sdk/sdk.wxs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -300,9 +300,6 @@
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>
306303
<Component>
307304
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\Cxx.swiftmodule\$(ArchTriple).swiftmodule" />
308305
</Component>
@@ -315,9 +312,6 @@
315312
<Component>
316313
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftdoc" />
317314
</Component>
318-
<Component>
319-
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftinterface" />
320-
</Component>
321315
<Component>
322316
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\CxxStdlib.swiftmodule\$(ArchTriple).swiftmodule" />
323317
</Component>

0 commit comments

Comments
 (0)