1 2 3 4 5 6 7
extern crate gcc; fn main() { gcc::Build::new() .file("src/file_lock.c") .compile("libfile_lock.a") }