Just call old os "unknown"
This commit is contained in:
parent
76dfaa71a7
commit
88b671f8b1
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ def arch_from_dict(d):
|
|||
if isinstance(d, basestring):
|
||||
# We have an old spec using a string for the architecture
|
||||
arch.platform = Platform('spack_compatibility')
|
||||
arch.platform_os = OperatingSystem('pre_version', '1.0')
|
||||
arch.platform_os = OperatingSystem('unknown', '')
|
||||
arch.target = Target(d)
|
||||
|
||||
arch.os_string = None
|
||||
|
|
Loading…
Reference in a new issue