Add coreaudio-rs dependency for i686-apple-darwin

Fixes build for 32-bit mac
This commit is contained in:
ferris 2017-01-19 14:51:50 +01:00
parent c422931255
commit 929bc1b8be
1 changed files with 3 additions and 0 deletions

View File

@ -32,5 +32,8 @@ path = "alsa-sys"
version = "0.1"
path = "alsa-sys"
[target.i686-apple-darwin.dependencies]
coreaudio-rs = "0.6"
[target.x86_64-apple-darwin.dependencies]
coreaudio-rs = "0.6"