mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
feat: fix build error on apple m1
This commit is contained in:
parent
3cd1121a7d
commit
7aca943d5b
3 changed files with 25 additions and 20 deletions
|
@ -45,5 +45,5 @@ webrender_api = { git = "https://github.com/servo/webrender" }
|
|||
webrender_traits = { path = "../webrender_traits" }
|
||||
webxr-api = { git = "https://github.com/servo/webxr", features = ["ipc"] }
|
||||
|
||||
[target.'cfg(all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android"), not(target_arch="arm"), not(target_arch="aarch64")))'.dependencies]
|
||||
[target.'cfg(any(target_os="macos", all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android"), not(target_arch="arm"), not(target_arch="aarch64"))))'.dependencies]
|
||||
gaol = "0.2.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue