Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gmweaver committed Jun 5, 2024
1 parent 006bd11 commit bedda06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_libpostal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ 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 automake curl autoconf automake libtool pkg-config
brew install curl autoconf automake libtool pkg-config
elif [ "$ARCH" == *"arm"* ]; then
arch -arm64 brew install automake curl autoconf automake libtool pkg-config
arch -arm64 brew install curl autoconf automake libtool pkg-config
fi
fi

Expand Down

0 comments on commit bedda06

Please sign in to comment.