mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Ensure we use the android cross linker when building for android
This commit is contained in:
parent
dedf67ab97
commit
4f8d0c60cf
1 changed files with 1 additions and 0 deletions
|
@ -2,3 +2,4 @@ paths = ["../../support/android-rs-glue"]
|
||||||
|
|
||||||
[target.arm-linux-androideabi]
|
[target.arm-linux-androideabi]
|
||||||
linker = "../../support/android-rs-glue/apk-builder/target/debug/apk-builder"
|
linker = "../../support/android-rs-glue/apk-builder/target/debug/apk-builder"
|
||||||
|
ar = "arm-linux-androideabi-ar"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue