diff --git a/source/install/build_tf.py b/source/install/build_tf.py index 14ef003055..0ede567442 100755 --- a/source/install/build_tf.py +++ b/source/install/build_tf.py @@ -576,6 +576,7 @@ def build(self): # configure -- need bazelisk in PATH call([str(src / "configure")], env={ "PATH": list2env([PREFIX / "bin", "/usr/bin", "/bin"]), + "LD_LIBRARY_PATH": os.environ.get("LD_LIBRARY_PATH", ""), **self._environments, }) # bazel build