windows/build.rs
2022-10-25 15:27:11 -07:00

3 lines
No EOL
63 B
Rust

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