Sign in
bazel
/
bazel
/
a03a9c3b76f3d43757f2dc3b9e262ed7ac671b15
/
.
/
tools
/
objc
/
protobuf_support
blob: d65fe0b31a04d169f7179e5e0a22c07054bd2960 [
file
]
#!/bin/bash
(
printf
'Bazel does not yet support protobuf compiling.\n'
)
>&
2
exit
1