Merge pull request #3094 from lesniewski/workspace-scope

Fix path to boringssl_err_data_c in workspace.bzl.
This commit is contained in:
Martin Wicke 2016-06-29 22:26:16 -07:00 committed by GitHub
commit 125a96af8d

View File

@ -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(