Skip to content

Commit 312458a

Browse files
authored
Update build.rs
1 parent 02dd926 commit 312458a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webrtc-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ fn main() {
253253
configure_android_sysroot(&mut builder);
254254

255255
println!("cargo:rustc-link-lib=c++abi");
256+
println!("cargo:rustc-link-lib=c++_static");
256257
builder.file("src/android.cpp").flag("-std=c++20").cpp_link_stdlib("c++_static");
257258
}
258259
_ => {

0 commit comments

Comments
 (0)