Skip to content

Commit

Permalink
fix-livekit-ffi-build-on-ios-failure (#502)
Browse files Browse the repository at this point in the history
Signed-off-by: tommady <tommady@users.noreply.github.com>
  • Loading branch information
tommady authored Dec 2, 2024
1 parent 5a3a8ea commit fb1efb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-ffi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fn main() {

std::fs::copy(license, out_file).unwrap();
}
"macos" => {
"macos" | "ios" => {
println!("cargo:rustc-link-arg=-ObjC");
}
_ => {
Expand Down

0 comments on commit fb1efb0

Please sign in to comment.