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