Commit d70bce8f authored by Jürg Billeter's avatar Jürg Billeter
Browse files

bst.py: Set LC_ALL to en_US.UTF-8

ASCII from the C locale is not sufficient.
parent 126d2ac5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -208,6 +208,7 @@ class cmd_bst(Command):
            project['name'] = 'gnome'
            project['element-path'] = 'elements'
            project['environment'] = {
                'LC_ALL': 'en_US.UTF-8',
                'PKG_CONFIG_PATH': '/usr/local/lib/pkgconfig:%{libdir}/pkgconfig',
                'LDFLAGS': '-L%{libdir}',
                'LD_LIBRARY_PATH': '%{libdir}',