Files
MSYS2-packages/uv/link-zstd-dynamically.patch
Christoph Reiter 533ea74429 uv-build: Add 0.9.20 (#5911)
This just adds the build backend, for starters.
2025-12-30 17:04:31 +01:00

11 lines
366 B
Diff

--- a/build.rs
+++ b/build.rs
@@ -41,7 +41,6 @@ fn generate_bindings(_: Vec<&str>, _: Vec<PathBuf>) {}
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");