Another build fix.
authorCarl Hetherington <cth@carlh.net>
Sun, 17 Dec 2017 15:25:24 +0000 (15:25 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 17 Dec 2017 15:25:24 +0000 (15:25 +0000)
wscript

diff --git a/wscript b/wscript
index 22ab96c15ef42af83084586d1a45db3e80453274..24c8010fe0ff3622d53fdb2947050209f7a29cdf 100644 (file)
--- a/wscript
+++ b/wscript
@@ -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