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