From: Carl Hetherington Date: Sun, 17 Dec 2017 15:25:24 +0000 (+0000) Subject: Another build fix. X-Git-Tag: v1.3.0~15 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=e1d987c6cbf5e800ab23d0fb1c1ae625477dab9a;p=libsub.git Another build fix. --- diff --git a/wscript b/wscript index 22ab96c..24c8010 100644 --- 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 \n