From e391ba54b569710cfe10ddc7a32e52615ff9050b Mon Sep 17 00:00:00 2001 From: Chris Kennedy Date: Tue, 23 Apr 2024 07:14:32 -0700 Subject: [PATCH] remove capnproto/zeromq on mac --- scripts/compile.sh | 1 - 1 file changed, 1 deletion(-) 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