1 2 3 4 5
extern crate gcc; fn main() { gcc::compile_library("liblodepng.a", &["vendor/lodepng.c"]); }