[macOS] install tcl-tk explicitly (#5014)

This commit is contained in:
Mikhail Koliada
2022-02-07 11:12:13 +03:00
committed by GitHub
parent 30ffa34849
commit 0740ab86e6
5 changed files with 11 additions and 2 deletions

View File

@@ -532,6 +532,11 @@ function Get-LibXextVersion {
return "libXext $libXextVersion"
}
function Get-TclTkVersion {
$tcltkVersion = (brew info tcl-tk)[0] | Take-Part -Part 2
return "Tcl/Tk $tcltkVersion"
}
function Build-PackageManagementEnvironmentTable {
return @(
@{