one more small fix

This commit is contained in:
Stanley Cheung 2018-02-23 00:00:31 -08:00
parent 89112899e9
commit c18f0c78af
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ cd "$pwd"/../third_party/grpc/third_party/protobuf && \
cd "$pwd"/../ && \
curl http://dl.google.com/closure-compiler/compiler-latest.zip \
-o compiler-latest.zip && \
rm -f closure-compiler.jar && \
unzip -p -qq -o compiler-latest.zip *.jar > closure-compiler.jar && \
make example && \
make install-example