Correzione script di nuovo.
This commit is contained in:
parent
6510226227
commit
a68882888a
@ -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') ]
|
||||
|
||||
|
Reference in New Issue
Block a user