Skip to content

Commit

Permalink
[macOS] Pin version for tcl/tk and pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
sarathrajsrinivasan committed Nov 15, 2024
1 parent 271fd23 commit 73e90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/macos/scripts/docs-gen/SoftwareReport.Common.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 73e90c8

Please sign in to comment.