Skip to content

Commit c51a61d

Browse files
committed
WiX: clean up the SwiftRuntimeMirror header packaging
Use `LegacySwiftRuntimeMirror` to match better with the other components.
1 parent 95e555a commit c51a61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/Windows/platforms/windows/windows.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@
400400
<?endif?>
401401

402402
<!-- SwiftRemoteMirror -->
403-
<ComponentGroup Id="SwiftRemoteMirror" Directory="WindowsSDK_usr_include_swift_SwiftRemoteMirror">
403+
<ComponentGroup Id="LegacySwiftRemoteMirror" Directory="WindowsSDK_usr_include_swift_SwiftRemoteMirror">
404404
<Component>
405405
<File Source="$(SDKRoot)\usr\include\swift\SwiftRemoteMirror\MemoryReaderInterface.h" />
406406
</Component>
@@ -3052,7 +3052,7 @@
30523052

30533053
<!-- Features -->
30543054
<Feature Id="SDK" AllowAbsent="no" Title="!(loc.Plt_ProductName_Windows)">
3055-
<ComponentGroupRef Id="SwiftRemoteMirror" />
3055+
<ComponentGroupRef Id="LegacySwiftRemoteMirror" />
30563056
<ComponentGroupRef Id="LegacyBlocksRuntime" />
30573057
<ComponentGroupRef Id="Legacydispatch" />
30583058
<ComponentGroupRef Id="Legacy_FoundationUnicode" />

0 commit comments

Comments
 (0)