1 2 3 4 5 6 7 8 9
fn main() { #[cfg(feature = "c-reference")] { cc::Build::new() .file("c_reference/rscope_shim.c") .warnings(true) .compile("rscope_shim"); } }