Skip to content

Commit

Permalink
Merge pull request swiftlang#11 from compnerd/sdk-packaging-fixes
Browse files Browse the repository at this point in the history
Windows: correct some errors in the SDK manifest
  • Loading branch information
compnerd authored Aug 4, 2021
2 parents af1d1fe + 0d50af3 commit 81e5817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/Windows/sdk.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

<DirectoryRef Id="WINDOWS_SDK_USR_LIB_SWIFT_WINDOWS_X86_64_FOUNDATION_SWIFTMODULE">
<Component Id="FOUNDATION_SWIFTMODULE" Guid="08d334bb-9dd3-478a-907e-c515e0d87c0d">
<WINDOWS_MODULE_MAPS_AND_APINOTESFile Id="FOUNDATION_SWIFTMODULE_SWIFTDOC" Name="x86_64-unknown-windows-msvc.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\x86_64\Foundation.swiftdoc" Checksum="yes" />
<File Id="FOUNDATION_SWIFTMODULE_SWIFTDOC" Name="x86_64-unknown-windows-msvc.swiftdoc" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\x86_64\Foundation.swiftdoc" Checksum="yes" />
<File Id="FOUNDATION_SWIFTMODULE_SWIFTMODULE" Name="x86_64-unknown-windows-msvc.swiftmodule" Source="$(var.SDK_ROOT)\usr\lib\swift\windows\x86_64\Foundation.swiftmodule" Checksum="yes" />
</Component>
</DirectoryRef>
Expand Down Expand Up @@ -353,7 +353,7 @@
<ComponentRef Id="DISPATCH_SWIFTMODULE" />
<ComponentRef Id="FOUNDATION_SWIFTMODULE" />
<ComponentRef Id="FOUNDATION_NETWORKING_SWIFTMODULE" />
<ComponentRef Id="FOUNDATION_XML_SWIFTMODULE "/>
<ComponentRef Id="FOUNDATION_XML_SWIFTMODULE"/>
<ComponentRef Id="SWIFT_SWIFTMODULE" />
<ComponentRef Id="SWIFT_ONONE_SUPPORT_SWIFTMODULE" />
<ComponentRef Id="WINSDK_SWIFTMODULE" />
Expand Down

0 comments on commit 81e5817

Please sign in to comment.