#[test] fn test() { let mut config = pkg_config::Config::new(); if cfg!(target_os="windows") || cfg!(target_os="macos") { config.statik(true); } config.atleast_version("8.2").statik(true).probe("vips").unwrap(); }