Skip to content

Commit

Permalink
bump icu
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Nov 25, 2022
1 parent 6dee2b7 commit 14e765e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/libxml2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ def configure(self):
self.settings.rm_safe("compiler.libcxx")
self.settings.rm_safe("compiler.cppstd")

def layout(self):
basic_layout(self, src_folder="src")

def requirements(self):
if self.options.zlib:
self.requires("zlib/1.2.13")
Expand All @@ -94,10 +97,7 @@ def requirements(self):
if self.options.iconv:
self.requires("libiconv/1.17")
if self.options.icu:
self.requires("icu/71.1")

def layout(self):
basic_layout(self, src_folder="src")
self.requires("icu/72.1")

def build_requirements(self):
if not (is_msvc(self) or self._is_mingw_windows):
Expand Down

0 comments on commit 14e765e

Please sign in to comment.