STT-tensorflow/third_party/grpc/generate_cc_env_fix.patch
2020-07-30 09:49:40 +02:00

11 lines
304 B
Diff

--- a/bazel/generate_cc.bzl
+++ b/bazel/generate_cc.bzl
@@ -141,6 +141,7 @@ def generate_cc_impl(ctx):
outputs = out_files,
executable = ctx.executable._protoc,
arguments = arguments,
+ use_default_shell_env = True,
)
return struct(files = depset(out_files))