diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-09-11 20:20:36 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-09-11 20:20:36 +0100 |
| commit | 05c6345d2d269be0f4c703ee960efebaeb831583 (patch) | |
| tree | 953bb53135b5191ad6ba58821184089eea614f54 /wscript | |
| parent | 1d6bbdf6298eab4d323fc3e8409d64712646db52 (diff) | |
Attempted centos build fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ def configure(conf): # Find the icu- libraries on the system as we need to link to them when we look for boost locale. locale_libs = ['boost_locale%s' % boost_lib_suffix, 'boost_system%s' % boost_lib_suffix] for pkg in subprocess.check_output(['pkg-config', '--list-all']).splitlines(): - if pkg.startswith("icu-"): + if pkg.startswith("icu"): for lib in subprocess.check_output(['pkg-config', '--libs-only-l', pkg.split()[0]]).split(): name = lib[2:] if not name in locale_libs: |
