git/contrib/libgit-rs/build.rs

5 lines
89 B
Rust

pub fn main() {
let ac = autocfg::new();
ac.emit_has_path("std::ffi::c_char");
}