summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-07-27 16:51:46 +0100
committerCarl Hetherington <cth@carlh.net>2017-07-27 16:51:46 +0100
commit8be283d8fcff06878a8b694c17467a9f4d3d0d4c (patch)
tree950596b00e694163c09dadec8a19bb033341156a /wscript
parent4af2a09d4b73914e6423c1120bc95b73804fe26a (diff)
Hackz.dbg
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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="""