fn main() { cc::Build::new() .cpp(true) .file("src/runtime/lib.cc") .compile("lib_runtime.a"); }