Skip to content

Commit

Permalink
Merge pull request protocolbuffers#2933 from mharrend/patch-1
Browse files Browse the repository at this point in the history
Adding default shell env to allow non-default compilers
  • Loading branch information
Adam Cozzette authored Apr 4, 2017
2 parents 37c7b76 + dd04ffb commit 139fd0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 139fd0a

Please sign in to comment.