aboutsummaryrefslogtreecommitdiff
path: root/protobuf.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'protobuf.bzl')
-rw-r--r--protobuf.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/protobuf.bzl b/protobuf.bzl
index 27e88850..c7d66086 100644
--- a/protobuf.bzl
+++ b/protobuf.bzl
@@ -95,7 +95,7 @@ def cc_proto_library(
deps=[],
cc_libs=[],
include=None,
- protoc=":protoc",
+ protoc="//google/protobuf:protoc",
internal_bootstrap_hack=False,
**kargs):
"""Bazel rule to create a C++ protobuf library from proto source files
@@ -192,7 +192,7 @@ def py_proto_library(
py_libs=[],
py_extra_srcs=[],
include=None,
- protoc=":protoc",
+ protoc="//google/protobuf:protoc",
**kargs):
"""Bazel rule to create a Python protobuf library from proto source files