Skip to content

Commit

Permalink
default on Macos to libiconv
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed May 26, 2021
1 parent eb56727 commit 30ec4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/boost/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ def config_options(self):
# iconv is off by default on Windows and Solaris
if self._is_windows_platform or self.settings.os == "SunOS":
self.options.i18n_backend_iconv = "off"
elif self.settings.os == "Macos":
self.options.i18n_backend_iconv = "libiconv"

# Remove options not supported by this version of boost
for dep_name in CONFIGURE_OPTIONS:
Expand Down

0 comments on commit 30ec4ce

Please sign in to comment.