We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8e03c commit a5ec1aeCopy full SHA for a5ec1ae
1 file changed
buildscripts/make_dependencies.sh
@@ -40,6 +40,7 @@ else
40
make
41
make install
42
ln -s /usr/local/bin/cmake /usr/bin/cmake
43
+ cd "$DOWNLOAD_DIR"
44
if [[ ! -d "protobuf-${PROTOBUF_VERSION}" ]]; then
45
curl -Ls "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-${PROTOBUF_VERSION}.tar.gz" | tar xz
46
curl -Ls "https://github.com/abseil/abseil-cpp/archive/refs/tags/${ABSL_VERSION}.tar.gz" | tar xz
0 commit comments