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