diff --git a/scripts/loaih-build b/scripts/loaih-build index 033d9dc..80b6295 100644 --- a/scripts/loaih-build +++ b/scripts/loaih-build @@ -21,7 +21,7 @@ def build(arch, language, offline, portable, updatable, download_path, repo_path arches = [] if arch.lower() == 'all': # We need to build it twice. - arches = [ u'x86', u'x86_64' ] + arches = [ 'x86', 'x86_64' ] else: arches = [ arch.lower().decode('utf-8') ]