aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-04 22:46:47 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-04 22:46:47 +0100
commitf9445d05523b3909063547a5b932b0a5ef00907a (patch)
tree88305d12f402d930be3820978db8aea442dc267e /WORKSPACE
parent42ef54245393c8e90c4a2a794cfe67a5171abe1a (diff)
Boringssl will need duplication for now.
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 98c3afa5bd..9883109634 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -30,8 +30,8 @@ bind(
new_local_repository(
name = "submodule_boringssl",
- path = "third_party/boringssl",
- build_file = "third_party/boringssl/BUILD",
+ path = "third_party/boringssl-with-bazel",
+ build_file = "third_party/boringssl-with-bazel/BUILD",
)
new_local_repository(