mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Fix ARM linker
This commit is contained in:
parent
7355bf1061
commit
2efc18aa3b
1 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@ paths = ["../../support/android-rs-glue"]
|
||||||
[target.arm-linux-androideabi]
|
[target.arm-linux-androideabi]
|
||||||
linker = "../../target/debug/apk-builder"
|
linker = "../../target/debug/apk-builder"
|
||||||
ar = "arm-linux-androideabi-ar"
|
ar = "arm-linux-androideabi-ar"
|
||||||
|
|
||||||
|
[target.arm-unknown-linux-gnueabihf]
|
||||||
|
linker = "arm-linux-gnueabihf-gcc"
|
||||||
|
ar = "arm-linux-gnueabihf-ar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue