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