allow for building for mipsel targets

mipsel is mostly used on embedded multimedia devices like settop bockes for eg.
This change will allow building cpal for those platforms aswell
This commit is contained in:
psych0d0g 2016-01-14 22:22:56 +01:00
parent 1603bc8423
commit b7319626b1
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ lazy_static = "0.1"
winapi = "0.2.5" winapi = "0.2.5"
ole32-sys = "0.1" ole32-sys = "0.1"
[target.mipsel-unknown-linux-gnu.dependencies.alsa-sys]
version = "0"
path = "alsa-sys"
[target.i686-unknown-linux-gnu.dependencies.alsa-sys] [target.i686-unknown-linux-gnu.dependencies.alsa-sys]
version = "0" version = "0"
path = "alsa-sys" path = "alsa-sys"