Merge branch 'GP-0_ryanmkurtz_PR-8483_rjooske_bsim-macOS'

This commit is contained in:
Ryan Kurtz 2025-09-12 12:00:26 -04:00
commit 80caec9332

View file

@ -92,8 +92,8 @@ if [ "$OS" = "Darwin" ]; then
OSDIR="mac_arm_64"
HOMEBREW="/opt/homebrew"
fi
POSTGRES_CONFIG_OPTIONS+="--with-includes=${HOMEBREW}/include"
POSTGRES_CONFIG_OPTIONS+="--with-libraries=${HOMEBREW}/lib"
POSTGRES_CONFIG_OPTIONS+=" --with-includes=${HOMEBREW}/include"
POSTGRES_CONFIG_OPTIONS+=" --with-libraries=${HOMEBREW}/lib"
elif [ "$ARCH" = "x86_64" ]; then
OSDIR="linux_x86_64"
elif [ "$ARCH" = "aarch64" ]; then