Fix AArch64 target triplets

This commit is contained in:
Mátyás Mustoha 2016-01-28 11:17:37 +01:00
parent bc44ae679f
commit 9e69ca660c
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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]