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