Skip to content

Commit f0e5a3e

Browse files
Merge pull request #232 from ferjm/rustup
Correct name of standalone toolchain directory
2 parents 415ddfb + d752cc9 commit f0e5a3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2016-05-13-rustup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ One more example. This time building for Android, from Linux, i.e.,
300300
`arm-linux-androideabi` from `x86_64-unknown-linux-gnu`. This can also be done
301301
from OS X or Windows, though on Windows the setup is slightly different.
302302

303-
To build for Android we need to the Android target, so let's
303+
To build for Android we need to add the Android target, so let's
304304
set up another 'hello, world' project and install it.
305305

306306
```
@@ -357,7 +357,7 @@ rust:~$ unzip android-ndk-r10e-linux-x86_64.zip
357357

358358
We further need to create what the NDK calls a ["standalone
359359
toolchain"]. We're going to put ours in a directory called
360-
`android-ndk-r10e`:
360+
`android-18-toolchain`:
361361

362362
["standalone toolchain"]: https://developer.android.com/ndk/guides/standalone_toolchain.html
363363

0 commit comments

Comments
 (0)