aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/repo.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/repo.bzl')
-rw-r--r--third_party/repo.bzl5
1 files changed, 4 insertions, 1 deletions
diff --git a/third_party/repo.bzl b/third_party/repo.bzl
index fb33c389ac..5cb42691c5 100644
--- a/third_party/repo.bzl
+++ b/third_party/repo.bzl
@@ -123,7 +123,10 @@ tf_http_archive = repository_rule(
"patch_file": attr.label(),
"build_file": attr.label(),
"system_build_file": attr.label(),
- })
+ },
+ environ=[
+ "TF_SYSTEM_LIBS",
+ ])
"""Downloads and creates Bazel repos for dependencies.
This is a swappable replacement for both http_archive() and