diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-27 17:19:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-27 17:19:33 +0100 |
| commit | d3cbf2fcc8762f8b3442f478db1a988544ab4ea1 (patch) | |
| tree | 950596b00e694163c09dadec8a19bb033341156a /wscript | |
| parent | 4af2a09d4b73914e6423c1120bc95b73804fe26a (diff) | |
Try to fix boost locale link on Windows.
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, 'icui18n', 'icuio', 'icule', 'iculx', 'icutu', 'icuuc'], + lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix, 'icuio', 'icule', 'iculx', 'icutu', 'icuuc'], uselib_store='BOOST_LOCALE') conf.check_cxx(fragment=""" |
