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