mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
BSim: fix malformed arguments to ./configure on macOS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user