Skip to content

Commit f20811c

Browse files
committed
Fix a typo and a link in the doc
1 parent aa00f19 commit f20811c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ the Swift toolchain for AArch64, armv7, and x86_64, builds several Swift
77
packages against those SDKs, and then runs their tests in the Android x86_64
88
emulator](https://github.com/finagolfin/swift-android-sdk/blob/main/.github/workflows/sdks.yml).
99

10-
## Cross-compiling and testing Swift packages with the Android SDK buhdle
10+
## Cross-compiling and testing Swift packages with the Android SDK bundle
1111

1212
To build with the Swift 6 SDK bundle, first download [the official open-source
1313
Swift 6.0.1 toolchain for linux or macOS](https://swift.org/download/#releases)
@@ -71,8 +71,8 @@ scp [email protected]:{lib*.so,swift-argument-parserPackageTests.xctest,color
7171
I've tried several Swift packages, including some mostly written in C or C++,
7272
and all the cross-compiled tests passed. Note that while this SDK bundle is
7373
compiled against Android API 24, there was a regression in Swift 6 so that
74-
Foundation can only be run on Android API 29 or later, #175. I will update the
75-
SDK bundle when I find a fix for that new issue.
74+
Foundation can only be run on Android API 29 or later, finagolfin/swift-android-sdk#175.
75+
I will update the SDK bundle when I find a fix for that new issue.
7676

7777
You can even run armv7 tests on an aarch64 device, though Termux may require
7878
running `unset LD_PRELOAD` before invoking an armv7 test runner on aarch64.
@@ -200,8 +200,7 @@ extra Foundation libraries.
200200
This Swift SDK for Android could be built without using any prebuilt Termux
201201
packages, by compiling against a more recent Android API that doesn't need the
202202
`libandroid-spawn` backport, and by cross-compiling libcurl/libxml2 and their
203-
dependencies yourself or not using FoundationNetworking and FoundationXML, by
204-
disabling their build.
203+
dependencies yourself or not using FoundationNetworking and FoundationXML.
205204

206205
Finally, it gets [the 6.0.1 source](https://github.com/swiftlang/swift/releases/tag/swift-6.0.1-RELEASE)
207206
tarballs for ten Swift repos and renames them to `llvm-project/`, `swift/`,

0 commit comments

Comments
 (0)