mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
Disable video-metadata build on arm architecture as well
This commit is contained in:
parent
1d53dae960
commit
e87c34a9e9
3 changed files with 6 additions and 5 deletions
|
@ -88,7 +88,7 @@ extern crate url;
|
|||
#[macro_use]
|
||||
extern crate util;
|
||||
extern crate uuid;
|
||||
#[cfg(not(target_os = "android"))]
|
||||
#[cfg(not(any(target_os = "android", target_arch = "arm")))]
|
||||
extern crate video_metadata;
|
||||
extern crate webrender_traits;
|
||||
extern crate websocket;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue