aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/py
diff options
context:
space:
mode:
authorGravatar Yun Peng <pcloudy@google.com>2018-05-29 19:37:55 +0200
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-05-29 10:37:55 -0700
commitbaa794b4c02db5a5d4c115383564a271dd8f875d (patch)
treeeb45ba38664d619daa5d5b6b248439fb0c250e5c /third_party/py
parent1b5a1559cc6a7a585728a889611c24bbc0e7e064 (diff)
Update python_configure.bzl (#19614)
Add BAZEL_SH environment variable as a dependency of python_configure repository rule
Diffstat (limited to 'third_party/py')
-rw-r--r--third_party/py/python_configure.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/py/python_configure.bzl b/third_party/py/python_configure.bzl
index 0c98d5d134..3c7e5c8469 100644
--- a/third_party/py/python_configure.bzl
+++ b/third_party/py/python_configure.bzl
@@ -311,6 +311,7 @@ def _python_autoconf_impl(repository_ctx):
python_configure = repository_rule(
implementation = _python_autoconf_impl,
environ = [
+ _BAZEL_SH,
_PYTHON_BIN_PATH,
_PYTHON_LIB_PATH,
_TF_PYTHON_CONFIG_REPO,