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