11 lines
311 B
Diff
11 lines
311 B
Diff
--- a/build.rs
|
|
+++ b/build.rs
|
|
@@ -40,7 +40,6 @@
|
|
|
|
fn pkg_config() -> (Vec<&'static str>, Vec<PathBuf>) {
|
|
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");
|