Skip to content

Commit

Permalink
build debug protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwilfong committed Jul 21, 2022
1 parent b67811c commit e561671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"
Expand Down

0 comments on commit e561671

Please sign in to comment.