1 2 3 4 5
fn main() { println!("cargo:rerun-if-changed=export.c"); cc::Build::new().file("export.c").compile("libcrabgrind.a"); }