Skip to content

Commit

Permalink
boost: Fix cmake find zstd for 1.87 version
Browse files Browse the repository at this point in the history
  • Loading branch information
star-hengxing committed Jan 3, 2025
1 parent 738c3c8 commit bd8a6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/b/boost/cmake/load.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function _add_iostreams_deps(package)
package:add("deps", "zstd")

package:add("deps", (is_subhost("windows") and "pkgconf") or "pkg-config")
package:add("patches", "1.86.0", "patches/1.86.0/find-zstd.patch", "7a90f2cbf01fc26bc8a98d58468c20627974f30e45bdd4a00c52644b60af1ef6")
package:add("patches", ">=1.86.0", "patches/1.86.0/find-zstd.patch", "7a90f2cbf01fc26bc8a98d58468c20627974f30e45bdd4a00c52644b60af1ef6")
end
end

Expand Down

0 comments on commit bd8a6e0

Please sign in to comment.