Merge pull request #2933 from mharrend/patch-1

Adding default shell env to allow non-default compilers
This commit is contained in:
Adam Cozzette 2017-04-04 09:34:06 -07:00 committed by GitHub
commit 139fd0a1c5

View file

@ -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(