Skip to content

Commit

Permalink
depends on pcre instead of pcre2 when with_pcreposix is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Sep 10, 2024
1 parent 8ea2bb0 commit cddd985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libarchive/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def requirements(self):
if self.options.with_iconv:
self.requires("libiconv/1.17")
if self.options.with_pcreposix:
self.requires("pcre2/10.44")
self.requires("pcre/8.45")
if self.options.with_nettle:
self.requires("nettle/3.9.1")
if self.options.with_openssl:
Expand Down

0 comments on commit cddd985

Please sign in to comment.