[macOS] Add TCL/TK to macOS 15 images (#13092)

This commit is contained in:
Erik Bershel
2025-09-26 15:29:04 +02:00
committed by GitHub
parent 9da76c777a
commit b41b1a3ee9
3 changed files with 3 additions and 5 deletions

View File

@@ -174,11 +174,8 @@ $android.AddTable($androidTable)
$androidEnv = $android.AddHeader("Environment variables")
$androidEnv.AddTable($(Build-AndroidEnvironmentTable))
if ($os.IsSonoma -or $os.IsVentura -or (-not $os.IsArm64)) {
if ($os.IsSonoma -or $os.IsVentura -or $os.IsSequoia) {
$miscellaneous = $installedSoftware.AddHeader("Miscellaneous")
}
if ($os.IsSonoma -or $os.IsVentura) {
$miscellaneous.AddToolVersion("Tcl/Tk", $(Get-TclTkVersion))
}