pict-rs/src/build.rs
2023-10-02 12:50:22 -05:00

4 lines
66 B
Rust

fn main() {
println!("cargo:rustc-link-arg=-nostartfiles");
}