diff --git a/Ghidra/Features/BSim/support/make-postgres.sh b/Ghidra/Features/BSim/support/make-postgres.sh index a2ab060f69..5ab6cec265 100755 --- a/Ghidra/Features/BSim/support/make-postgres.sh +++ b/Ghidra/Features/BSim/support/make-postgres.sh @@ -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