Skip to content

Commit 0aa0afa

Browse files
authored
Update 2016-05-13-rustup.md
1 parent 99f4625 commit 0aa0afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-05-13-rustup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ so we don't have to keep calling cargo with the `--target` option.
401401
target = "arm-linux-androideabi"
402402

403403
[target.arm-linux-androideabi]
404-
linker = "/home/rust/android-18-toolchain"
404+
linker = "/home/rust/android-18-toolchain/bin/arm-linux-androideabi-clang"
405405
```
406406

407407
Now let's change back to the 'hello' project directory and try

0 commit comments

Comments
 (0)