Skip to content

Commit 245e635

Browse files
authored
Merge pull request #328 from swiftlang/eng/android-collections-typo
[android] fix a typo in the foundation collections installer rule
2 parents 8f26db1 + fdeee5b commit 245e635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@
10581058
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftdoc" />
10591059
</Component>
10601060
<Component>
1061-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\$_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
1061+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
10621062
</Component>
10631063
</ComponentGroup>
10641064

0 commit comments

Comments
 (0)