We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 558cdd6 commit 0ad451fCopy full SHA for 0ad451f
scripts/build-postgres-darwin.sh
@@ -29,7 +29,7 @@ if echo "$PG_VERSION" | grep -q '^9\.' && [ "$LITE_OPT" = true ] ; then
29
echo "Lite option is supported only for PostgreSQL 10 or later!" && exit 1;
30
fi
31
32
-export MACOSX_DEPLOYMENT_TARGET="$(sw_vers -productVersion)")
+export MACOSX_DEPLOYMENT_TARGET="$(sw_vers -productVersion)"
33
34
ICU_ENABLED=$(echo "$PG_VERSION" | grep -qv '^9\.' && [ "$LITE_OPT" != true ] && echo true || echo false)
35
0 commit comments