mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Print the full path for errors occurring in the servo crate
This commit is contained in:
parent
c494d25e24
commit
a0ae81610d
7 changed files with 29 additions and 19 deletions
22
.cargo/config
Normal file
22
.cargo/config
Normal file
|
@ -0,0 +1,22 @@
|
|||
[target.arm-linux-androideabi]
|
||||
linker = "./ports/servo/fake-ld-arm.sh"
|
||||
ar = "arm-linux-androideabi-ar"
|
||||
|
||||
[target.armv7-linux-androideabi]
|
||||
linker = "./ports/servo/fake-ld-armv7.sh"
|
||||
ar = "arm-linux-androideabi-ar"
|
||||
|
||||
[target.aarch64-linux-android]
|
||||
linker = "./ports/servo/fake-ld-arm64.sh"
|
||||
ar = "aarch64-linux-android-ar"
|
||||
|
||||
[target.arm-unknown-linux-gnueabihf]
|
||||
linker = "arm-linux-gnueabihf-gcc"
|
||||
ar = "arm-linux-gnueabihf-ar"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu]
|
||||
linker = "aarch64-linux-gnu-gcc"
|
||||
ar = "aarch64-linux-gnu-ar"
|
||||
|
||||
[target.'cfg(target_os=windows)']
|
||||
linker = "./ports/servo/fake-ld.cmd"
|
Loading…
Add table
Add a link
Reference in a new issue