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 5a3a8ea commit fb1efb0Copy full SHA for fb1efb0
livekit-ffi/build.rs
@@ -42,7 +42,7 @@ fn main() {
42
43
std::fs::copy(license, out_file).unwrap();
44
}
45
- "macos" => {
+ "macos" | "ios" => {
46
println!("cargo:rustc-link-arg=-ObjC");
47
48
_ => {
0 commit comments