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