/ libs / rust_api / build.rs
build.rs
1  fn main() {
2      #[cfg(target_os = "android")]
3      println!("cargo:rustc-link-lib=c++_shared");
4  }