Skip to content

Commit d372f34

Browse files
committed
Add compat option for Zlib_jll
1 parent 746aa36 commit d372f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tarballs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies = [
102102
Dependency("Qt6Base_jll"; compat="~6.8.2"), # Never allow upgrading more than the minor version without recompilation
103103
BuildDependency("Xorg_libX11_jll"),
104104
BuildDependency("Xorg_xproto_jll"),
105-
Dependency("Zlib_jll"),
105+
Dependency("Zlib_jll"; compat="1.3.1"),
106106
]
107107

108108
# Build the tarballs, and possibly a `build.jl` as well.

0 commit comments

Comments
 (0)