bincode-orig/build.rs

9 lines
131 B
Rust

extern crate autocfg;
fn main() {
autocfg::rerun_path(file!());
let ac = autocfg::new();
ac.emit_has_type("i128");
}