Skip to content

Commit e9a87b2

Browse files
authored
Update python/private/py_wheel.bzl
1 parent 5f4d268 commit e9a87b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/private/py_wheel.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,8 @@ def _py_wheel_impl(ctx):
514514
outputs = [outfile, name_file],
515515
arguments = [args],
516516
executable = ctx.executable._wheelmaker,
517+
# The default shell env is used to better support toolchains that look
518+
# up python at runtime using PATH.
517519
use_default_shell_env = True,
518520
progress_message = "Building wheel {}".format(ctx.label),
519521
)

0 commit comments

Comments
 (0)