Skip to content

Commit 7dded2d

Browse files
committed
try: fix ios missing symbols
1 parent 6491025 commit 7dded2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webrtc-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ fn main() {
164164
.flag("-std=c++20");
165165
}
166166
"ios" => {
167+
println!("cargo:rustc-link-lib=framework=Foundation");
167168
println!("cargo:rustc-link-lib=framework=CoreFoundation");
168169
println!("cargo:rustc-link-lib=framework=AVFoundation");
169170
println!("cargo:rustc-link-lib=framework=CoreAudio");

0 commit comments

Comments
 (0)