diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-25 15:11:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-25 15:11:41 +0100 |
| commit | 4af2a09d4b73914e6423c1120bc95b73804fe26a (patch) | |
| tree | e9d04ba39db403d2e59cde42382f3bcd99e88d90 /wscript | |
| parent | 4c26d8669299052eb4f26c42755d3042b77a96f2 (diff) | |
Try to fix build with static boost.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ def configure(conf): """, msg='Checking for boost locale library', libpath='/usr/local/lib', - lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix], + lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix, 'icui18n', 'icuio', 'icule', 'iculx', 'icutu', 'icuuc'], uselib_store='BOOST_LOCALE') conf.check_cxx(fragment=""" |
