num-bigint-dig/build.rs
2021-11-03 11:24:09 -04:00

4 lines
56 B
Rust

fn main() {
println!("cargo:rustc-cfg=has_i128");
}