Skip to content

Commit

Permalink
Fix Mac dependency installation. (#5028)
Browse files Browse the repository at this point in the history
Signed-off-by: fruffy <fruffy@nyu.edu>
  • Loading branch information
fruffy authored Nov 26, 2024
1 parent 8273608 commit 70694bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_mac_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ brew update
BOOST_LIB="boost@1.85"
REQUIRED_PACKAGES=(
autoconf automake ccache cmake libtool
openssl pkg-config coreutils bison grep ninja
openssl coreutils bison grep ninja
${BOOST_LIB}
)
for package in "${REQUIRED_PACKAGES[@]}"; do
Expand Down

0 comments on commit 70694bc

Please sign in to comment.