Changed spec.target to spec.architecture

This commit is contained in:
Mario Melara 2016-02-18 13:06:55 -08:00
parent 3558404c03
commit 28218755a5

View File

@ -262,7 +262,7 @@ def concretize_architecture(self, spec):
self._concretize_operating_system(spec.architecture, platform),
self._concretize_target(spec.architecture, platform)))
else:
spec.add_architecture_from_string(spec.target)
spec.add_architecture_from_string(spec.architecture)
# Does not look pretty at all!!!
if spec.root.architecture and \