Skip to content

Commit f58403c

Browse files
authored
fix(compile.sh): push into snappy build dir correctly (#15)
1 parent b53b96a commit f58403c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ function build_snappy {
674674
make -j $THREADS >> "$DIR/install.log" 2>&1 && mark_cache
675675
else
676676
write_caching
677-
pushd "$grpc_dir/cmake/build"
677+
pushd "$snappy_dir/cmake/build"
678678
fi
679679

680680
write_install

0 commit comments

Comments
 (0)