diff --git a/scripts/compile.sh b/scripts/compile.sh index 4943d331..830d5846 100755 --- a/scripts/compile.sh +++ b/scripts/compile.sh @@ -110,7 +110,6 @@ elif [ "$OS" = "Darwin" ]; then xcode-select --install # Note: The user will need to continue the installation process manually if required. fi - brew install capnp zeromq export CXXFLAGS="-stdlib=libc++" export LDFLAGS="-lc++" # macOS specific setup