You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
550 B
16 lines
550 B
diff -Naur libdeflate-sys-1.19.3-original/build.rs libdeflate-sys-1.19.3/build.rs
|
|
--- libdeflate-sys-1.19.3-original/build.rs 2006-07-23 21:21:28.000000000 -0400
|
|
+++ libdeflate-sys-1.19.3/build.rs 2024-02-28 11:39:40.715923702 -0500
|
|
@@ -5,11 +5,9 @@
|
|
fn main() {
|
|
let dst = PathBuf::from(env::var_os("OUT_DIR").unwrap());
|
|
|
|
- #[cfg(feature = "dynamic")]
|
|
if pkg_config::Config::new()
|
|
.print_system_libs(false)
|
|
.cargo_metadata(true)
|
|
- .exactly_version("1.19")
|
|
.probe("libdeflate")
|
|
.is_ok()
|
|
{
|