Skip to content

Commit 956295c

Browse files
committed
[android] fix a typo in the foundation collections installer rule
(cherry picked from commit fdeee5b)
1 parent 358a31e commit 956295c

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
@@ -994,7 +994,7 @@
994994
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftdoc" />
995995
</Component>
996996
<Component>
997-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\$_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
997+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_FoundationCollections.swiftmodule\$(ArchArchDir).swiftmodule" />
998998
</Component>
999999
</ComponentGroup>
10001000

0 commit comments

Comments
 (0)