aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Cal Peyser <cpeyser@google.com>2016-04-18 15:21:24 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-04-19 09:42:10 +0000
commit9dc24effb614f3695c962c4e1d1012e9e2aeb453 (patch)
tree715b8c28935966624f4d2931a0eb1f1e354c5c58 /WORKSPACE
parent98aacfe14b7f5a79614efa26c30e3b7dea5fab91 (diff)
Bind path to xcrunwrapper in workspace files.
-- MOS_MIGRATED_REVID=120124909
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 3 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 05c5117286..83c2388af6 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -31,3 +31,6 @@ docker_repository()
# scripts/workspace_user.sh and uncomment the next two lines.
# load("/WORKSPACE.user", "android_repositories")
# android_repositories()
+
+# This allows rules written in skylark to locate apple build tools.
+bind(name = "xcrunwrapper", actual = "@bazel_tools//tools/objc:xcrunwrapper")