diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-02 20:33:02 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-02 20:33:02 +0100 |
| commit | c2747e1d571cc2a16013c80b8bde63b33ba72355 (patch) | |
| tree | b9a19985622dd3b376d6e1fe49e65fd0b9be949c | |
| parent | 02835350334d04c02d3181a0d770871c3723e251 (diff) | |
Hack.mageia
| -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, 'icuio', 'icule', 'iculx', 'icutu', 'icuuc'], + lib=['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix, 'icutu', 'icuuc'], uselib_store='BOOST_LOCALE') conf.check_cxx(fragment=""" |
