mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add aarch64-unknown-linux-gnu support
* Adding dependencies * Replacing `i8` with `libc::c_char` to build properly on platforms where char is unsigned.
This commit is contained in:
parent
e32068d17b
commit
fa86ea4f6f
4 changed files with 14 additions and 5 deletions
|
@ -73,6 +73,9 @@ git = "https://github.com/servo/rust-fontconfig"
|
|||
[target.arm-unknown-linux-gnueabihf.dependencies.fontconfig]
|
||||
git = "https://github.com/servo/rust-fontconfig"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies.fontconfig]
|
||||
git = "https://github.com/servo/rust-fontconfig"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.fontconfig]
|
||||
git = "https://github.com/servo/rust-fontconfig"
|
||||
|
||||
|
@ -85,6 +88,9 @@ git = "https://github.com/servo/rust-freetype"
|
|||
[target.arm-unknown-linux-gnueabihf.dependencies.freetype]
|
||||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies.freetype]
|
||||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
[target.arm-linux-androideabi.dependencies.freetype]
|
||||
git = "https://github.com/servo/rust-freetype"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue