About | Log | Files | Refs | License
build.rs (62B) - raw
1 fn main() { 2 println!("cargo:rustc-link-lib=static=c++"); 3 }