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