aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/protobuf/3.0.0/protobuf.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/protobuf/3.0.0/protobuf.bzl')
-rw-r--r--third_party/protobuf/3.0.0/protobuf.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/protobuf/3.0.0/protobuf.bzl b/third_party/protobuf/3.0.0/protobuf.bzl
index c5555fde87..0e8c2e234c 100644
--- a/third_party/protobuf/3.0.0/protobuf.bzl
+++ b/third_party/protobuf/3.0.0/protobuf.bzl
@@ -88,13 +88,13 @@ _proto_gen = rule(
"deps": attr.label_list(providers = ["proto"]),
"includes": attr.string_list(),
"protoc": attr.label(
- cfg = HOST_CFG,
+ cfg = "host",
executable = True,
single_file = True,
mandatory = True,
),
"grpc_cpp_plugin": attr.label(
- cfg = HOST_CFG,
+ cfg = "host",
executable = True,
single_file = True,
),