rieter/libarchive3-sys/build.rs

4 lines
95 B
Rust

fn main() {
pkg_config::Config::new().atleast_version("3").probe("libarchive").unwrap();
}