[macOS] Add pkg-config to the software report (#7751)

This commit is contained in:
Alexey-Ayupov
2023-06-22 15:34:35 +02:00
committed by GitHub
parent 59f713795a
commit 13cd650de2

View File

@@ -134,6 +134,7 @@ if ($os.IsBigSur) {
}
$utilities.AddToolVersion("OpenSSL", $(Get-OpenSSLVersion))
$utilities.AddToolVersion("Packer", $(Get-PackerVersion))
$utilities.AddToolVersion("pkg-config", $(Get-PKGConfigVersion))
if ((-not $os.IsVentura) -and (-not $os.IsVenturaArm64)) {
$utilities.AddToolVersion("PostgreSQL", $(Get-PostgresServerVersion))
$utilities.AddToolVersion("psql (PostgreSQL)", $(Get-PostgresClientVersion))