diff options
author | Yun Peng <pcloudy@google.com> | 2018-05-29 19:37:55 +0200 |
---|---|---|
committer | Gunhan Gulsoy <gunan@google.com> | 2018-05-29 10:37:55 -0700 |
commit | baa794b4c02db5a5d4c115383564a271dd8f875d (patch) | |
tree | eb45ba38664d619daa5d5b6b248439fb0c250e5c | |
parent | 1b5a1559cc6a7a585728a889611c24bbc0e7e064 (diff) |
Update python_configure.bzl (#19614)
Add BAZEL_SH environment variable as a dependency of python_configure repository rule
-rw-r--r-- | third_party/py/python_configure.bzl | 1 |
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, |