forked from mystiq/dex
Merge pull request #641 from ericchiang/dev-scripts-fix-get-protoc
scripts: fix get-protoc script to work directly after a clean
This commit is contained in:
commit
acf3d6385e
1 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,8 @@ if [ "$OS" = "darwin" ]; then
|
|||
OS="osx"
|
||||
fi
|
||||
|
||||
mkdir -p bin
|
||||
|
||||
# TODO(ericchiang): Architectures other than amd64?
|
||||
ZIP="protoc-${VERSION}-${OS}-x86_64.zip"
|
||||
URL="https://github.com/google/protobuf/releases/download/v${VERSION}/${ZIP}"
|
||||
|
|
Loading…
Reference in a new issue