Skip to content

Commit

Permalink
Correct INSTALL_PREFIX for MacOS arm64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
nmahadevuni committed Oct 6, 2023
1 parent 9662927 commit 159a4b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ function update_brew {
BREW_PATH=${BREW_PATH:-$DEFAULT_BREW_PATH}
$BREW_PATH update --auto-update --verbose
$BREW_PATH developer off
INSTALL_PREFIX=${INSTALL_PREFIX:-$($BREW_PATH --prefix)}
echo ${INSTALL_PREFIX}
}

function install_build_prerequisites {
Expand Down

0 comments on commit 159a4b1

Please sign in to comment.