Merge pull request #96 from psych0d0g/patch-1
allow for building for mipsel targets
This commit is contained in:
commit
71a40fdc4f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue