Changed so that directory layout uses the platform-os-target string version of the arch tuple
This commit is contained in:
@@ -200,8 +200,7 @@ def relative_path_for_spec(self, spec):
|
||||
spec.version,
|
||||
spec.dag_hash(self.hash_len))
|
||||
|
||||
path = join_path(
|
||||
spec.target,
|
||||
path = join_path(spec.architecture,
|
||||
"%s-%s" % (spec.compiler.name, spec.compiler.version),
|
||||
dir_name)
|
||||
|
||||
|
Reference in New Issue
Block a user