Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 5, 2024
1 parent bedda06 commit 3a4d9be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_libpostal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ esac
if [ "$OS" = "Linux" ]; then
sudo apt-get install clang curl autoconf automake libtool pkg-config
elif [ "$OS" = "Darwin" ]; then
if [ "$ARCH" == *"x86"* ]; then
brew install curl autoconf automake libtool pkg-config
elif [ "$ARCH" == *"arm"* ]; then
if [ "$ARCH" == "arm64" ]; then
arch -arm64 brew install curl autoconf automake libtool pkg-config
else
brew install curl autoconf automake libtool pkg-config
fi
fi

Expand Down

0 comments on commit 3a4d9be

Please sign in to comment.