Commit d03ef200 authored by Manjunath Kudlur's avatar Manjunath Kudlur

Made targets relative to google/protobuf

Fixes #1029
parent 7b311afc
...@@ -510,7 +510,7 @@ internal_copied_filegroup( ...@@ -510,7 +510,7 @@ internal_copied_filegroup(
) )
cc_binary( cc_binary(
name = "google/protobuf/internal/_api_implementation.so", name = "internal/_api_implementation.so",
srcs = ["python/google/protobuf/internal/api_implementation.cc"], srcs = ["python/google/protobuf/internal/api_implementation.cc"],
copts = COPTS + [ copts = COPTS + [
"-DPYTHON_PROTO2_CPP_IMPL_V2", "-DPYTHON_PROTO2_CPP_IMPL_V2",
...@@ -524,7 +524,7 @@ cc_binary( ...@@ -524,7 +524,7 @@ cc_binary(
) )
cc_binary( cc_binary(
name = "google/protobuf/pyext/_message.so", name = "pyext/_message.so",
srcs = glob([ srcs = glob([
"python/google/protobuf/pyext/*.cc", "python/google/protobuf/pyext/*.cc",
"python/google/protobuf/pyext/*.h", "python/google/protobuf/pyext/*.h",
...@@ -560,8 +560,8 @@ py_proto_library( ...@@ -560,8 +560,8 @@ py_proto_library(
data = select({ data = select({
"//conditions:default": [], "//conditions:default": [],
":use_fast_cpp_protos": [ ":use_fast_cpp_protos": [
":google/protobuf/internal/_api_implementation.so", ":internal/_api_implementation.so",
":google/protobuf/pyext/_message.so", ":pyext/_message.so",
], ],
}), }),
default_runtime = "", default_runtime = "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment