Skip to content

Commit 23584e9

Browse files
authored
Update sdk-amd64.wxs
Update installer manifest for new introduced dispatch header.
1 parent 886f6b1 commit 23584e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platforms/Windows/sdk-amd64.wxs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@
180180
<Component Id="dispatch.h" Directory="WindowsSDK_usr_include_dispatch" Guid="a4e8a91e-b54b-485e-8f47-83e23bb435b3">
181181
<File Id="dispatch.h" Source="$(var.SDK_ROOT)\usr\lib\swift\dispatch\dispatch.h" Checksum="yes" />
182182
</Component>
183+
<Component Id="generic_base.h" Directory="WindowsSDK_usr_include_dispatch" Guid="348df76b-0642-4178-a06e-c79ceab474be">
184+
<File Id="generic_base.h" Source="$(var.SDK_ROOT)\usr\lib\swift\dispatch\generic_base.h" Checksum="yes" />
185+
</Component>
183186
<Component Id="group.h" Directory="WindowsSDK_usr_include_dispatch" Guid="6a992ce8-127a-4826-87fc-009e3666c980">
184187
<File Id="group.h" Source="$(var.SDK_ROOT)\usr\lib\swift\dispatch\group.h" Checksum="yes" />
185188
</Component>

0 commit comments

Comments
 (0)