update an everywhere-but-windows check to include freebsd (#41819)
This commit is contained in:
		| @@ -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") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Peter Scheibel
					Peter Scheibel