| Current Path : /usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/windows_aarch64_msvc/ |
| Current File : //usr/local/src/clamav-1.0.9/libclamav_rust/.cargo/vendor/windows_aarch64_msvc/build.rs |
fn main() {
let target = std::env::var("TARGET").unwrap();
if target != "aarch64-pc-windows-msvc" && target != "aarch64-uwp-windows-msvc" {
return;
}
let dir = std::env::var("CARGO_MANIFEST_DIR").unwrap();
println!("cargo:rustc-link-search=native={}", std::path::Path::new(&dir).join("lib").display());
}