mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-18 17:56:22 +03:00
7 lines
223 B
Rust
7 lines
223 B
Rust
|
|
fn main() {
|
|
println!("cargo:rustc-link-lib=dylib=ze_loader");
|
|
// TODO: make this windows-only
|
|
println!("cargo:rustc-link-search=native=C:\\Windows\\System32");
|
|
println!("cargo:rerun-if-changed=build.rs");
|
|
} |