mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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
|
@ -17,7 +17,7 @@ debugmozjs = ['js/debugmozjs']
|
|||
[target.'cfg(any(target_os = "macos", target_os = "linux"))'.dependencies]
|
||||
tinyfiledialogs = {git = "https://github.com/jdm/tinyfiledialogs"}
|
||||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
[target.'cfg(not(any(target_os = "android", target_arch = "arm")))'.dependencies]
|
||||
video-metadata = {git = "https://github.com/GuillaumeGomez/video-metadata-rs"}
|
||||
|
||||
[dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue