Merge pull request #2933 from mharrend/patch-1
Adding default shell env to allow non-default compilers
This commit is contained in:
commit
139fd0a1c5
1 changed files with 1 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Reference in a new issue