|
|
|
@ -85,7 +85,7 @@ def build_targets(name): |
|
|
|
|
], |
|
|
|
|
deps = select({ |
|
|
|
|
"//conditions:default": [], |
|
|
|
|
":use_fast_cpp_protos": ["//external:python_headers"], |
|
|
|
|
":use_fast_cpp_protos": ["@system_python//:python_headers"], |
|
|
|
|
}), |
|
|
|
|
) |
|
|
|
|
|
|
|
|
@ -123,7 +123,7 @@ def build_targets(name): |
|
|
|
|
"//:protobuf", |
|
|
|
|
] + select({ |
|
|
|
|
"//conditions:default": [], |
|
|
|
|
":use_fast_cpp_protos": ["//external:python_headers"], |
|
|
|
|
":use_fast_cpp_protos": ["@system_python//:python_headers"], |
|
|
|
|
}), |
|
|
|
|
) |
|
|
|
|
|
|
|
|
@ -387,7 +387,7 @@ def build_targets(name): |
|
|
|
|
hdrs = ["google/protobuf/proto_api.h"], |
|
|
|
|
visibility = ["//visibility:public"], |
|
|
|
|
deps = [ |
|
|
|
|
"//external:python_headers", |
|
|
|
|
"@system_python//:python_headers", |
|
|
|
|
], |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|