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