We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee23d8 commit e2e51d7Copy full SHA for e2e51d7
scripts/build/build_libpq.sh
@@ -62,7 +62,7 @@ case "$ID" in
62
# openssl no matter what so remove it. Since homebrew's curl depends on
63
# it, force use of system curl.
64
brew uninstall --force --ignore-dependencies openssl gettext curl
65
- if [ -z "$MACOSX_ARCHITECTURE" ]; then
+ if [ -z "${MACOSX_ARCHITECTURE:-}" ]; then
66
MACOSX_ARCHITECTURE="$(uname -m)"
67
fi
68
# Set the deployment target to be <= to that of the oldest supported Python version.
0 commit comments