Quote replace target in bootstrap configure
This commit is contained in:
parent
653463731a
commit
1532fd8cd0
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ if 'target' in config:
|
||||||
configured_targets.append(target)
|
configured_targets.append(target)
|
||||||
for target in configured_targets:
|
for target in configured_targets:
|
||||||
targets[target] = sections['target'][:]
|
targets[target] = sections['target'][:]
|
||||||
targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", target)
|
targets[target][0] = targets[target][0].replace("x86_64-unknown-linux-gnu", "'{}'".format(target))
|
||||||
|
|
||||||
|
|
||||||
def is_number(value):
|
def is_number(value):
|
||||||
|
|
Loading…
Add table
Reference in a new issue