aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Martin Wicke <martin.wicke@gmail.com>2016-06-29 22:26:16 -0700
committerGravatar GitHub <noreply@github.com>2016-06-29 22:26:16 -0700
commit125a96af8d0f2585c13f580ec4e8eb7d845fa3a9 (patch)
tree11e8e3cdf5983446f6faa40ee70f6479b48c3bfb
parent11834fb02bfa9296f4aa48ee1eaa2a002fecbf1f (diff)
parenta058cef0fb3351c040c93a601258da1a912522ba (diff)
Merge pull request #3094 from lesniewski/workspace-scope
Fix path to boringssl_err_data_c in workspace.bzl.
-rw-r--r--tensorflow/workspace.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/workspace.bzl b/tensorflow/workspace.bzl
index 49f37ed1ab..05e98e9333 100644
--- a/tensorflow/workspace.bzl
+++ b/tensorflow/workspace.bzl
@@ -149,7 +149,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
native.bind(
name = "boringssl_err_data_c",
- actual = "@//" + path_prefix + "third_party/boringssl:err_data_c",
+ actual = tf_repo_name + "//third_party/boringssl:err_data_c",
)
native.new_git_repository(