mirror of
https://github.com/servo/servo.git
synced 2025-09-30 16:49:16 +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
|
@ -50,6 +50,9 @@ x11 = "1.1"
|
|||
[target.arm-unknown-linux-gnueabihf.dependencies]
|
||||
x11 = "1.1"
|
||||
|
||||
[target.aarch64-unknown-linux-gnu.dependencies]
|
||||
x11 = "1.1"
|
||||
|
||||
[target.x86_64-apple-darwin.dependencies]
|
||||
cgl = "0.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue