summaryrefslogtreecommitdiffstats
path: root/third_party/rust/oslog/build.rs
blob: 07abb10aaa641c6c5025fca2f19d87753e5f1b03 (plain)
1
2
3
fn main() {
    cc::Build::new().file("wrapper.c").compile("wrapper");
}