fn main() { cc::Build::new() .file("src/retro/c_ext/log_wrapper.c") .compile("log_wrapper"); }