mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge branch 'GP-0_ryanmkurtz_PR-8483_rjooske_bsim-macOS'
This commit is contained in:
commit
80caec9332
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue