Skip to content

Commit

Permalink
upgrade iconv requirement (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored May 5, 2020
1 parent f666141 commit 99cb1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libgettext/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class GetTextConan(ConanFile):
options = {"shared": [True, False], "fPIC": [True, False]}
default_options = {"shared": False, "fPIC": True}

requires = ("libiconv/1.15")
requires = ("libiconv/1.16")

def config_options(self):
if self.settings.os == 'Windows':
Expand Down

0 comments on commit 99cb1ae

Please sign in to comment.