windows/build.rs

3 lines
63 B
Rust

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