extern crate gcc; fn main() { gcc::Build::new() .file("src/fcgi_abi_compat.c") .compile("fcgi_abi_compat"); }