Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export CMAKE_POLICY_VERSION_MINIMUM="3.5"
DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)}
# gflags and glog are installed from source to ensure version compatibility.
# Homebrew's glog 0.7.x has breaking API changes that are incompatible with folly.
MACOS_VELOX_DEPS="bison flex googletest icu4c libevent libsodium lz4 openssl protobuf@21 simdjson snappy xz xxhash zstd"
MACOS_VELOX_DEPS="bison c-ares flex googletest icu4c libevent libsodium lz4 openssl protobuf@21 simdjson snappy xz xxhash zstd"
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this go on the Presto side?

MACOS_BUILD_DEPS="ninja cmake"

SUDO="${SUDO:-""}"
Expand Down
Loading