Skip to content
Snippets Groups Projects
Commit 9c5511bd authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

more cautious building of grpc

parent c0ecdd67
No related branches found
No related tags found
No related merge requests found
Pipeline #4401 passed
......@@ -27,7 +27,7 @@ function main()
cd $here_dir/third-party/grpc
if [[ ! -x third_party/protobuf/src/protoc ]]; then
if [[ ! -x third_party/protobuf/src/protoc ]] && [[ -x /usr/local/bin/protoc ]] ; then
if [[ ! -f Makefile ]]; then
cmake .
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment