diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-07-27 16:51:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-07-27 16:51:46 +0100 |
| commit | 8be283d8fcff06878a8b694c17467a9f4d3d0d4c (patch) | |
| tree | 950596b00e694163c09dadec8a19bb033341156a /wscript | |
| parent | 4af2a09d4b73914e6423c1120bc95b73804fe26a (diff) | |
Hackz.dbg
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=""" |
