pict-rs/src/build.rs

4 lines
66 B
Rust
Raw Permalink Normal View History

2023-10-02 17:50:22 +00:00
fn main() {
println!("cargo:rustc-link-arg=-nostartfiles");
}