Changed spec.target to spec.architecture
This commit is contained in:
parent
3558404c03
commit
28218755a5
@ -262,7 +262,7 @@ def concretize_architecture(self, spec):
|
|||||||
self._concretize_operating_system(spec.architecture, platform),
|
self._concretize_operating_system(spec.architecture, platform),
|
||||||
self._concretize_target(spec.architecture, platform)))
|
self._concretize_target(spec.architecture, platform)))
|
||||||
else:
|
else:
|
||||||
spec.add_architecture_from_string(spec.target)
|
spec.add_architecture_from_string(spec.architecture)
|
||||||
|
|
||||||
# Does not look pretty at all!!!
|
# Does not look pretty at all!!!
|
||||||
if spec.root.architecture and \
|
if spec.root.architecture and \
|
||||||
|
Loading…
Reference in New Issue
Block a user