Add coreaudio-rs dependency for i686-apple-darwin
Fixes build for 32-bit mac
This commit is contained in:
parent
c422931255
commit
929bc1b8be
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue