diff --git a/install-timelord.sh b/install-timelord.sh index c3c476c646be..05b6b2a7311b 100755 --- a/install-timelord.sh +++ b/install-timelord.sh @@ -131,7 +131,7 @@ else symlink_vdf_bench "$PYTHON_VERSION" elif [ -e venv/bin/python ] && test "$MACOS"; then echo "Installing chiavdf dependencies for MacOS." - brew install boost cmake gmp + brew install --formula boost cmake gmp echo "Installing chiavdf from source." # User needs to provide required packages echo venv/bin/python -m pip install --force --no-binary chiavdf "$CHIAVDF_VERSION"