windows/build.rs

3 lines
63 B
Rust
Raw Normal View History

2022-10-25 22:27:11 +00:00
fn main() {
println!("cargo:rustc-link-arg=-Tlinker.ld");
}