Changed so that directory layout uses the platform-os-target string version of the arch tuple
This commit is contained in:
parent
524e9b372e
commit
ab4006ee2c
1 changed files with 1 additions and 2 deletions
|
@ -200,8 +200,7 @@ def relative_path_for_spec(self, spec):
|
||||||
spec.version,
|
spec.version,
|
||||||
spec.dag_hash(self.hash_len))
|
spec.dag_hash(self.hash_len))
|
||||||
|
|
||||||
path = join_path(
|
path = join_path(spec.architecture,
|
||||||
spec.target,
|
|
||||||
"%s-%s" % (spec.compiler.name, spec.compiler.version),
|
"%s-%s" % (spec.compiler.name, spec.compiler.version),
|
||||||
dir_name)
|
dir_name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue