diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-17 15:25:24 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-17 15:25:24 +0000 |
| commit | e1d987c6cbf5e800ab23d0fb1c1ae625477dab9a (patch) | |
| tree | 792f3e467de191236fbd0d259a64863ac2edf368 /wscript | |
| parent | 02ead5cdd95a174ee4bdd6467e445c420a30f289 (diff) | |
Another build fix.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ def configure(conf): for lib in subprocess.check_output(['pkg-config', '--libs-only-l', pkg.split()[0]]).split(): name = lib[2:] if not name in locale_libs: - locale_libs.append(name) + locale_libs.append(name.decode('utf-8')) conf.check_cxx(fragment=""" #include <boost/locale.hpp>\n |
