From 4af2a09d4b73914e6423c1120bc95b73804fe26a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 25 Jul 2017 15:11:41 +0100 Subject: Try to fix build with static boost. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b8c8fa7..e928a2a 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], + 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=""" -- cgit v1.2.3