Skip to content

Commit

Permalink
Merge branch 'add-ios-support' of github.com:simlay/coreaudio-sys int…
Browse files Browse the repository at this point in the history
…o add-ios-support
  • Loading branch information
simlay committed Sep 27, 2020
2 parents 6c7790b + 0dd155b commit b1a7121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Expand Up @@ -52,7 +52,7 @@ fn build(sdk_path: Option<&str>, target: &str) {

#[cfg(feature = "audio_unit")]
{
println!("cargo:rustc-link-lib=framework=AudioUnit");
println!("cargo:rustc-link-lib=framework=AudioToolbox");
headers.push("AudioUnit/AudioUnit.h");
if target.contains("apple-ios") {
println!("cargo:rustc-link-lib=framework=AudioToolbox");
Expand Down

0 comments on commit b1a7121

Please sign in to comment.