Skip to content

Commit

Permalink
AudioToolbox/AudioSesssion.h fixes kAudioSessionProperty_CurrentHardw…
Browse files Browse the repository at this point in the history
…areIOBufferDuration
  • Loading branch information
eugenehp committed Jun 8, 2024
1 parent 3278aff commit 1d16260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ fn build(sdk_path: Option<&str>, target: &str) {
{
println!("cargo:rustc-link-lib=framework=AudioToolbox");
headers.push("AudioToolbox/AudioToolbox.h");
headers.push("AudioToolbox/AudioSession.h");
}

#[cfg(feature = "core_audio")]
Expand Down

0 comments on commit 1d16260

Please sign in to comment.