Files
SnapEnhance/native/rust/build.rs
2024-07-26 01:54:43 +02:00

3 lines
62 B
Rust

fn main() {
println!("cargo:rustc-link-lib=static=c++");
}