macOS: Set PostgreSQL_ROOT during provisioning rather than in each config

Decouples provisioning from build configurations.

Pick-to: 6.9 6.8
Change-Id: I53b0983ab8b20c40568c1b5b9a24bfe3c62cf531
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
Tor Arne Vestbø
2025-01-27 13:44:06 +01:00
parent b2e1673d99
commit 7f51bdbd8d
4 changed files with 4 additions and 4 deletions

View File

@@ -22,5 +22,5 @@ appPrefix=""
InstallAppFromCompressedFileFromURL "$PrimaryUrl" "$AltUrl" "$SHA1" "$appPrefix"
SetEnvVar "POSTGRESQLBINPATH" "/Applications/Postgres.app/Contents/Versions/9.6/bin"
SetEnvVar "PostgreSQL_ROOT" "/Applications/Postgres.app/Contents/Versions/9.6"
echo "PostgreSQL = $psqlVersion" >> ~/versions.txt