Skip to content

Commit 7b4e13e

Browse files
Update documentation/articles/swift-android-getting-started.md
Co-authored-by: Max Desiatov <[email protected]>
1 parent 35cba99 commit 7b4e13e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/articles/swift-android-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To cross-compile Swift code for Android, you need three separate components:
2020

2121
#### 1. Install the Host Toolchain
2222

23-
The first thing to note is that while `swift` may already be installed on your system (such as through an Xcode installation on macOS), using a cross-compilation SDK requires that the host toolchain and the SDK versions match exactly. For this reason, you will need to install the specific version of the host toolchain for the given SDK version.
23+
The first thing to note is that while `swift` may already be installed on your system (such as through an Xcode installation on macOS), using a cross-compilation Swift SDK requires that the host toolchain and the Swift SDK versions match exactly. For this reason, you will need to install the specific version of the host toolchain for the given Swift SDK version.
2424

2525
The easiest and recommended way to manage host toolchains on macOS and Linux is to use [the swiftly command](https://www.swift.org/swiftly/documentation/swiftly/getting-started) command. Once that has been setup, you can install the host toolchain with:
2626

0 commit comments

Comments
 (0)