denyhosts/clamav/libclamav_rust/.cargo/vendor/generic-array/build.rs

6 lines
146 B
Rust
Raw Normal View History

2023-01-14 18:28:39 +08:00
fn main() {
if version_check::is_min_version("1.41.0").unwrap_or(false) {
println!("cargo:rustc-cfg=relaxed_coherence");
}
}