1 2 3 4 5 6 7
extern crate gcc; fn main() { if !cfg!(feature = "no_cc") { gcc::compile_library("libclear_on_drop.a", &["src/hide.c"]); } }