Skip to content

Commit

Permalink
Update build.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Dec 12, 2024
1 parent 43e9e3b commit d65166d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion livekit-ffi/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ fn main() {
let target_os = env::var("CARGO_CFG_TARGET_OS").unwrap();
match target_os.as_str() {
"windows" => {}
"linux" => {}
"linux" => {
println!("cargo:rustc-link-lib=static=webrtc");
}
"android" => {
webrtc_sys_build::configure_jni_symbols().unwrap();
}
Expand Down

0 comments on commit d65166d

Please sign in to comment.