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