Trovato forse problema: passaggio di arch.
This commit is contained in:
parent
9ae9585d20
commit
daff0535d3
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ def build(arch, language, offline, portable, updatable, download, storage, check
|
|||
# Parsing options
|
||||
if arch.lower() == 'all':
|
||||
# We need to build it twice.
|
||||
arches = [ 'x86', 'x86_64' ]
|
||||
arches = [ u'x86', u'x86_64' ]
|
||||
else:
|
||||
arches = [ arch.lower() ]
|
||||
|
||||
|
|
Reference in a new issue