[macOS] Add tcl-tk to macOS13 and macOS14 (#10735)

This commit is contained in:
sarathrajsrinivasan
2024-10-08 01:25:07 -07:00
committed by GitHub
parent 59b3801509
commit 2889cfe878
3 changed files with 5 additions and 1 deletions

View File

@@ -293,9 +293,11 @@ if ($os.IsMonterey) {
$miscellaneous.AddToolVersion("Zlib", $(Get-ZlibVersion)) $miscellaneous.AddToolVersion("Zlib", $(Get-ZlibVersion))
} }
if ($os.IsSonomaX64 -or $os.IsVenturaX64 -or $os.IsSequoiaX64) { if ($os.IsSonoma -or $os.IsVentura) {
$miscellaneous = $installedSoftware.AddHeader("Miscellaneous") $miscellaneous = $installedSoftware.AddHeader("Miscellaneous")
$miscellaneous.AddToolVersion("Tcl/Tk", $(Get-TclTkVersion))
} }
if ($os.IsMonterey -or $os.IsSonomaX64 -or $os.IsVenturaX64) { if ($os.IsMonterey -or $os.IsSonomaX64 -or $os.IsVenturaX64) {
Write-Host "Adding environment variables for parallels" Write-Host "Adding environment variables for parallels"

View File

@@ -74,6 +74,7 @@
"perl", "perl",
"pkg-config", "pkg-config",
"swiftformat", "swiftformat",
"tcl-tk",
"zstd", "zstd",
"gmp", "gmp",
"yq", "yq",

View File

@@ -79,6 +79,7 @@
"perl", "perl",
"pkg-config", "pkg-config",
"swiftformat", "swiftformat",
"tcl-tk",
"zstd", "zstd",
"gmp", "gmp",
"yq", "yq",