Commit 139fd0a1 authored by Adam Cozzette's avatar Adam Cozzette Committed by GitHub

Merge pull request #2933 from mharrend/patch-1

Adding default shell env to allow non-default compilers
parents 37c7b766 dd04ffb9
......@@ -108,6 +108,7 @@ def _proto_gen_impl(ctx):
arguments=args + import_flags + [s.path for s in srcs],
executable=ctx.executable.protoc,
mnemonic="ProtoCompile",
use_default_shell_env=True,
)
return struct(
......
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