pnmixer-rust/build.rs

6 lines
87 B
Rust

extern crate gcc;
fn main() {
gcc::compile_library("libxpm.a", &["src/xpm.c"]);
}