freebsd (#41480)
This commit is contained in:
parent
b9f63ab40b
commit
5a7e691ae2
@ -30,6 +30,8 @@ def current_host_platform():
|
|||||||
current_platform = spack.platforms.Darwin()
|
current_platform = spack.platforms.Darwin()
|
||||||
elif "Windows" in platform.system():
|
elif "Windows" in platform.system():
|
||||||
current_platform = spack.platforms.Windows()
|
current_platform = spack.platforms.Windows()
|
||||||
|
elif "FreeBSD" in platform.system():
|
||||||
|
current_platform = spack.platforms.FreeBSD()
|
||||||
return current_platform
|
return current_platform
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user