mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 15:19:09 +02:00
Signed-off-by: YOSHIOKA Takuma <lo48576@hard-wi.red> Closes: https://github.com/gentoo/gentoo/pull/39539 Signed-off-by: Sam James <sam@gentoo.org>
13 lines
354 B
Diff
13 lines
354 B
Diff
diff --git a/build.rs b/build.rs
|
|
index 9c5f169589aa..14f79d18d5f7 100644
|
|
--- a/build.rs
|
|
+++ b/build.rs
|
|
@@ -9,7 +9,7 @@ fn main() {
|
|
if pkg_config::Config::new()
|
|
.print_system_libs(false)
|
|
.cargo_metadata(true)
|
|
- .exactly_version("1.20")
|
|
+ .atleast_version("1.20")
|
|
.probe("libdeflate")
|
|
.is_ok()
|
|
{
|