--- a/build.rs +++ b/build.rs @@ -41,7 +41,6 @@ fn generate_bindings(_: Vec<&str>, _: Vec) {} fn pkg_config() -> (Vec<&'static str>, Vec) { let library = pkg_config::Config::new() - .statik(true) .cargo_metadata(!cfg!(feature = "non-cargo")) .probe("libzstd") .expect("Can't probe for zstd in pkg-config");