mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix AArch64 target triplets
This commit is contained in:
parent
bc44ae679f
commit
9e69ca660c
2 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ git = "https://github.com/pcwalton/gaol"
|
|||
[target.arm-unknown-linux-gnueabihf.dependencies.gaol]
|
||||
git = "https://github.com/pcwalton/gaol"
|
||||
|
||||
[target.aarch64-unknown-linux-gnueabihf.dependencies.gaol]
|
||||
[target.aarch64-unknown-linux-gnu.dependencies.gaol]
|
||||
git = "https://github.com/pcwalton/gaol"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -140,7 +140,7 @@ git = "https://github.com/pcwalton/gaol"
|
|||
[target.arm-unknown-linux-gnueabihf.dependencies.gaol]
|
||||
git = "https://github.com/pcwalton/gaol"
|
||||
|
||||
[target.aarch64-unknown-linux-gnueabihf.dependencies.gaol]
|
||||
[target.aarch64-unknown-linux-gnu.dependencies.gaol]
|
||||
git = "https://github.com/pcwalton/gaol"
|
||||
|
||||
[dependencies.ipc-channel]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue