Skip to content

Commit

Permalink
libid3tag: zlib/[>=1.2.11 <2]
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Nov 1, 2023
1 parent 69c2cca commit 3945df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libid3tag/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
self.requires("zlib/1.3")
self.requires("zlib/[>=1.2.11 <2]")

def validate(self):
if is_msvc(self) and self.options.shared:
Expand Down

0 comments on commit 3945df2

Please sign in to comment.