From c2747e1d571cc2a16013c80b8bde63b33ba72355 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 2 Sep 2017 20:33:02 +0100 Subject: Hack. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index f6adb06..4d10421 100644 --- a/wscript +++ b/wscript @@ -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=""" -- cgit v1.2.3