We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6491025 commit 7dded2dCopy full SHA for 7dded2d
webrtc-sys/build.rs
@@ -164,6 +164,7 @@ fn main() {
164
.flag("-std=c++20");
165
}
166
"ios" => {
167
+ println!("cargo:rustc-link-lib=framework=Foundation");
168
println!("cargo:rustc-link-lib=framework=CoreFoundation");
169
println!("cargo:rustc-link-lib=framework=AVFoundation");
170
println!("cargo:rustc-link-lib=framework=CoreAudio");
0 commit comments