Skip to content

Commit 8a38814

Browse files
authored
Merge pull request #161 from bschwind/patch-1
Fix Cargo Config Linker Reference
2 parents 99f4625 + 0aa0afa commit 8a38814

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)