[macOS] Pin version for tcl/tk and pkg-config (#10971)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user