* c protocol buffers not required to build anymore
This commit is contained in:
parent
6c580d9ff9
commit
ded8d62425
|
|
@ -16,7 +16,7 @@ if [ -z $PROTOC] ; then
|
|||
PROTOC="protoc"
|
||||
fi
|
||||
|
||||
command -v $PROTOC >/dev/null 2>&1 || { echo >&2 "protoc is required but not installed. Aborting."; exit 1; }
|
||||
command -v $PROTOC >/dev/null 2>&1 || { echo >&2 "protoc is required but not installed. Skipping c protocol buffers"; exit 0; }
|
||||
|
||||
# die on error at this point
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in New Issue