commit | 799bd5efb70b0abe076353dedd6a1983f1b01951 | [log] [tgz] |
---|---|---|
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Fri Oct 21 01:54:32 2016 +0200 |
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | Fri Oct 21 01:54:32 2016 +0200 |
tree | e2d27deaff339c6abbad0df423f68387af72cb30 | |
parent | 4dc64310bb4f4521fc025f1cb53bab309128c086 [diff] [blame] |
Adding shim for generating C++ protos.
diff --git a/WORKSPACE b/WORKSPACE index 1499a0a..98c3afa 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -4,16 +4,6 @@ ) bind( - name = "grpc_cpp_plugin", - actual = "//:grpc_cpp_plugin", -) - -bind( - name = "grpc++", - actual = "//:grpc++", -) - -bind( name = "libssl", actual = "@submodule_boringssl//:ssl", ) @@ -34,7 +24,7 @@ ) bind( - name = "protobuf_compiler", + name = "protocol_compiler", actual = "@submodule_protobuf//:protoc", )