aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Cal Peyser <cpeyser@google.com>2016-04-22 17:08:59 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-04-22 21:19:18 +0000
commit2152bc174ee5be48b95d976bdd3e4f6a2b6e2c71 (patch)
tree25cb5ff534c2572633d348566fe2df0f14071643 /WORKSPACE
parent5a2936fd02b213f3edbf62193a0426825931d6dd (diff)
Bind path to xcrunwrapper in workspace files.
-- MOS_MIGRATED_REVID=120558192
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")