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