Skip to content

Commit 165b7d7

Browse files
jmschonfeldparkera
authored andcommitted
_FoundationCollections is a combined module not files in an arch-specific dir
(cherry picked from commit a53a40f)
1 parent b2514de commit 165b7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/Windows/sdk/sdk.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@
337337

338338
<ComponentGroup Id="_FoundationCollections" Directory="_FoundationCollections.swiftmodule">
339339
<Component>
340-
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftdoc" />
340+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchTriple).swiftdoc" />
341341
</Component>
342342
<Component>
343-
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
343+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchTriple).swiftmodule" />
344344
</Component>
345345
</ComponentGroup>
346346

0 commit comments

Comments
 (0)