Skip to content

Commit 251247b

Browse files
committed
_FoundationCollections is named by ArchArchDir not ArchTriple
1 parent a53a40f commit 251247b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

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

10091009
<ComponentGroup Id="_FoundationCollections" Directory="_FoundationCollections.swiftmodule">
10101010
<Component>
1011-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_FoundationCollections.swiftmodule\$(ArchTriple).swiftdoc" />
1011+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftdoc" />
10121012
</Component>
10131013
<Component>
1014-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\$_FoundationCollections.swiftmodule\$(ArchTriple).swiftmodule" />
1014+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\$_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
10151015
</Component>
10161016
</ComponentGroup>
10171017

platforms/Windows/sdk/sdk.wxs

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

985985
<ComponentGroup Id="_FoundationCollections" Directory="_FoundationCollections.swiftmodule">
986986
<Component>
987-
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchTriple).swiftdoc" />
987+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftdoc" />
988988
</Component>
989989
<Component>
990-
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchTriple).swiftmodule" />
990+
<File Source="$(SDK_ROOT)\usr\lib\swift\windows\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
991991
</Component>
992992
</ComponentGroup>
993993

0 commit comments

Comments
 (0)