Merge pull request #96 from psych0d0g/patch-1

allow for building for mipsel targets
This commit is contained in:
tomaka 2016-01-14 23:24:23 +01:00
commit 71a40fdc4f
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ lazy_static = "0.1"
winapi = "0.2.5"
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]
version = "0"
path = "alsa-sys"