Disable video-metadata build on arm architecture as well

This commit is contained in:
Guillaume Gomez 2016-07-27 21:07:15 +02:00
parent 1d53dae960
commit e87c34a9e9
3 changed files with 6 additions and 5 deletions

View file

@ -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]