Skip to content

Commit

Permalink
🐛 Fixed xz_utils version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed May 23, 2023
1 parent f79dd3e commit 72ce62a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def requirements(self):
self.requires("libpng/1.6.39", override=True)
self.requires("libwebp/1.3.0", override=True)
self.requires("zlib/1.2.13", override=True)
self.requires("xz_utils/5.4.2", override=True)

def generate(self):
for dep in self.dependencies.values():
Expand Down

0 comments on commit 72ce62a

Please sign in to comment.