-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b67811c
commit e561671
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ NPROC=$(getconf _NPROCESSORS_ONLN) | |
COMPILER_FLAGS=$(get_cxx_flags $CPU_TARGET) | ||
|
||
DEPENDENCY_DIR=${DEPENDENCY_DIR:-$(pwd)} | ||
MACOS_DEPS="ninja flex bison cmake ccache protobuf icu4c boost gflags glog libevent lz4 lzo snappy xz zstd [email protected]" | ||
MACOS_DEPS="ninja flex bison cmake ccache protobuf@3 icu4c boost gflags glog libevent lz4 lzo snappy xz zstd [email protected]" | ||
|
||
function run_and_time { | ||
time "$@" | ||
|