mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +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"
|
OSDIR="mac_arm_64"
|
||||||
HOMEBREW="/opt/homebrew"
|
HOMEBREW="/opt/homebrew"
|
||||||
fi
|
fi
|
||||||
POSTGRES_CONFIG_OPTIONS+="--with-includes=${HOMEBREW}/include"
|
POSTGRES_CONFIG_OPTIONS+=" --with-includes=${HOMEBREW}/include"
|
||||||
POSTGRES_CONFIG_OPTIONS+="--with-libraries=${HOMEBREW}/lib"
|
POSTGRES_CONFIG_OPTIONS+=" --with-libraries=${HOMEBREW}/lib"
|
||||||
elif [ "$ARCH" = "x86_64" ]; then
|
elif [ "$ARCH" = "x86_64" ]; then
|
||||||
OSDIR="linux_x86_64"
|
OSDIR="linux_x86_64"
|
||||||
elif [ "$ARCH" = "aarch64" ]; then
|
elif [ "$ARCH" = "aarch64" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue