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