From d3cbf2fcc8762f8b3442f478db1a988544ab4ea1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 27 Jul 2017 17:19:33 +0100 Subject: Try to fix boost locale link on Windows. --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e928a2a..f6adb06 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, '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=""" -- cgit v1.2.3