denyhosts/clamav/libclamav_rust/.cargo/vendor/num-rational/build.rs

9 lines
199 B
Rust
Raw Normal View History

2023-01-14 18:28:39 +08:00
fn main() {
let ac = autocfg::new();
if ac.probe_expression("format!(\"{:e}\", 0_isize)") {
println!("cargo:rustc-cfg=has_int_exp_fmt");
}
autocfg::rerun_path("build.rs");
}