diff --git a/install-timelord.sh b/install-timelord.sh index 35583f06c447..fda588077f66 100755 --- a/install-timelord.sh +++ b/install-timelord.sh @@ -117,11 +117,7 @@ else brew install --formula --quiet cmake fi # The most recent boost version causes compile errors. - brew install --formula --quiet boost@1.85 gmp - # boost@1.85 is keg-only, which means it was not symlinked into /usr/local, - # because this is an alternate version of another formula. - export LDFLAGS="-L/usr/local/opt/boost@1.85/lib" - export CPPFLAGS="-I/usr/local/opt/boost@1.85/include" + brew install --formula --quiet boost 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"