update an everywhere-but-windows check to include freebsd (#41819)
This commit is contained in:
parent
2f0df0131c
commit
a2dc11acd3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Tcl(AutotoolsPackage, NMakePackage, SourceforgePackage, TclMixin):
|
||||||
depends_on("zlib-api")
|
depends_on("zlib-api")
|
||||||
|
|
||||||
# No compiler wrappers on Windows
|
# No compiler wrappers on Windows
|
||||||
for plat in ["linux", "darwin", "cray"]:
|
for plat in ["linux", "darwin", "cray", "freebsd"]:
|
||||||
filter_compiler_wrappers("tclConfig.sh", relative_root="lib", when=f"platform={plat}")
|
filter_compiler_wrappers("tclConfig.sh", relative_root="lib", when=f"platform={plat}")
|
||||||
|
|
||||||
build_system("autotools", "nmake")
|
build_system("autotools", "nmake")
|
||||||
|
|
Loading…
Reference in a new issue