5 lines
88 B
Rust
5 lines
88 B
Rust
|
|
fn main() {
|
|
println!("cargo:rustc-link-search=native=C:\\msys64\\mingw64\\lib");
|
|
}
|