Skip to content

Commit fb1efb0

Browse files
authored
fix-livekit-ffi-build-on-ios-failure (livekit#502)
Signed-off-by: tommady <[email protected]>
1 parent 5a3a8ea commit fb1efb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-ffi/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ fn main() {
4242

4343
std::fs::copy(license, out_file).unwrap();
4444
}
45-
"macos" => {
45+
"macos" | "ios" => {
4646
println!("cargo:rustc-link-arg=-ObjC");
4747
}
4848
_ => {

0 commit comments

Comments
 (0)