Skip to content

Commit a5ec1ae

Browse files
committed
Fix mistake in current directory used.
1 parent 8d8e03c commit a5ec1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/make_dependencies.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ else
4040
make
4141
make install
4242
ln -s /usr/local/bin/cmake /usr/bin/cmake
43+
cd "$DOWNLOAD_DIR"
4344
if [[ ! -d "protobuf-${PROTOBUF_VERSION}" ]]; then
4445
curl -Ls "https://github.com/google/protobuf/releases/download/v${PROTOBUF_VERSION}/protobuf-${PROTOBUF_VERSION}.tar.gz" | tar xz
4546
curl -Ls "https://github.com/abseil/abseil-cpp/archive/refs/tags/${ABSL_VERSION}.tar.gz" | tar xz

0 commit comments

Comments
 (0)