[macOS] Pin version for tcl/tk and pkg-config (#10971)

This commit is contained in:
sarathrajsrinivasan
2024-11-15 03:45:48 -08:00
committed by GitHub
parent 9b55b80556
commit 5cd2ef1b0a
12 changed files with 36 additions and 12 deletions

View File

@@ -538,7 +538,7 @@ function Get-LibXextVersion {
}
function Get-TclTkVersion {
$tcltkVersion = (Run-Command "brew info --json tcl-tk" | ConvertFrom-Json).installed.version
$tcltkVersion = (Run-Command "brew info --json tcl-tk@8" | ConvertFrom-Json).installed.version
return $tcltkVersion
}