RustAudio / coreaudio-sys

Raw bindings to the OSX CoreAudio framework generated by bindgen (see coreaudio-rs for a more rust-esque wrapper).
MIT License
69 stars 38 forks source link

fix: Use a different infix path for when commandline tools is only available #15

Closed Rhuagh closed 6 years ago

Rhuagh commented 6 years ago

@mitchmindtree This should fix the build for when command line tools is available only.


This change is Reviewable

mitchmindtree commented 6 years ago

Thanks a lot @Rhuagh! Looks like a reasonable workaround to me for now, though I don't have the culprit mac available to test on so I can't be sure. I'm happy to see this merged as is though if you are :+1:

Rhuagh commented 6 years ago

You can test this by doing the following:

xcode-select install xcode-select -s /Library/Developer/CommandLineTools cargo test