Skip to content

Commit 95e555a

Browse files
committed
WiX: clean up the libdispatch runtime header packaging
Use `ExperimentalDispatch` to match better with the other components. This is ultimately going to be shared across the shared and static variants of the SDK.
1 parent c061973 commit 95e555a

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
@@ -609,7 +609,7 @@
609609
</ComponentGroup>
610610
<?endif?>
611611

612-
<ComponentGroup Id="libdispatch" Directory="WindowsExperimentalSDK_usr_include_dispatch">
612+
<ComponentGroup Id="ExperimentalDispatch" Directory="WindowsExperimentalSDK_usr_include_dispatch">
613613
<?define Disk = 5?>
614614
<?include ../CDispatch.wxi?>
615615
<?undef Disk?>
@@ -3206,13 +3206,13 @@
32063206
<Feature Id="ExperimentalSDK" AllowAbsent="yes" Title="!(loc.Plt_ProductName_Windows_Experimental)">
32073207
<ComponentGroupRef Id="lib_FoundationUnicode" />
32083208
<ComponentGroupRef Id="lib_FoundationCShims" />
3209-
<ComponentGroupRef Id="libdispatch" />
32103209

32113210
<ComponentGroupRef Id="ExperimentalAPINotes" />
32123211
<ComponentGroupRef Id="ExperimentalAuxiliaryFiles" />
32133212
<ComponentGroupRef Id="ExperimentalBlocksRuntime" />
32143213
<ComponentGroupRef Id="ExperimentalCXXShim" />
32153214
<ComponentGroupRef Id="ExperimentalConfiguration" />
3215+
<ComponentGroupRef Id="ExperimentalDispatch" />
32163216
<ComponentGroupRef Id="ExperimentalSwiftRemoteMirror" />
32173217
<ComponentGroupRef Id="ExperimentalSwiftShims" />
32183218

0 commit comments

Comments
 (0)