From b7319626b125a01f967ccb026f24988c6a5867dd Mon Sep 17 00:00:00 2001 From: psych0d0g Date: Thu, 14 Jan 2016 22:22:56 +0100 Subject: [PATCH] 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 --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index a35e1c0..17101a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"