aports/testing/ouch/use-system-libs.patch
Celeste 5075072984 testing/ouch: upgrade to 0.6.1
Run x86 tests in release mode as GCC 14.2.0 fails to
build unrar_sys in debug mode, Clang is fine though.
2025-05-28 07:32:52 +00:00

12 lines
330 B
Diff

--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,7 @@
"time",
"aes-crypto",
] }
-zstd = { version = "0.13.2", default-features = false, features = ["zstdmt"] }
+zstd = { version = "0.13.2", default-features = false, features = ["zstdmt", "pkg-config"] }
[target.'cfg(not(unix))'.dependencies]
is_executable = "1.0.1"