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