Skip to content

Commit 9f3ca6a

Browse files
committed
fix AudioToolbox -> AudioToolBox typo
1 parent 901e89e commit 9f3ca6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quad-snd"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["Fedor Logachev <[email protected]>"]
55
edition = "2018"
66
license = "MIT/Apache-2.0"

build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ fn main() {
33

44
if target.as_deref() == Ok("macos") || target.as_deref() == Ok("ios") {
55
println!("cargo:rustc-link-lib=framework=CoreAudio");
6-
println!("cargo:rustc-link-lib=framework=AudioToolbox");
6+
println!("cargo:rustc-link-lib=framework=AudioToolBox");
77
}
88
}

0 commit comments

Comments
 (0)