Disable gaol on arm targets

This commit is contained in:
Bastien Orivel 2018-12-20 21:23:19 +01:00
parent 16beb65d49
commit 1d0af2dc8d
5 changed files with 11 additions and 11 deletions

View file

@ -45,5 +45,5 @@ servo_url = {path = "../url"}
webvr_traits = {path = "../webvr_traits"}
webrender_api = {git = "https://github.com/servo/webrender", features = ["ipc"]}
[target.'cfg(all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android")))'.dependencies]
[target.'cfg(all(not(target_os = "windows"), not(target_os = "ios"), not(target_os="android"), not(target_arch="arm")))'.dependencies]
gaol = {git = "https://github.com/servo/gaol"}