From 2bef6edc2db708ce126841b834ee8d5d4c967b9f Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Mon, 18 Jan 2021 14:35:47 +0100 Subject: [PATCH] fix mac build old-commit-hash: 4fa5b2091fe932a0fefc72511499860b4a28e2ba --- tools/mac_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mac_setup.sh b/tools/mac_setup.sh index 3afc32c165..b037e04412 100755 --- a/tools/mac_setup.sh +++ b/tools/mac_setup.sh @@ -18,7 +18,7 @@ brew install capnp \ openssl \ pyenv \ qt5 \ - zeromq + zeromq || true if [[ $SHELL == "/bin/zsh" ]]; then RC_FILE="$HOME/.zshrc"