aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc/protobuf_support
blob: d65fe0b31a04d169f7179e5e0a22c07054bd2960 (plain)
1
2
3
4
5
6
7
#!/bin/bash

(
  printf 'Bazel does not yet support protobuf compiling.\n'
) >&2

exit 1