From 9dc24effb614f3695c962c4e1d1012e9e2aeb453 Mon Sep 17 00:00:00 2001 From: Cal Peyser Date: Mon, 18 Apr 2016 15:21:24 +0000 Subject: Bind path to xcrunwrapper in workspace files. -- MOS_MIGRATED_REVID=120124909 --- WORKSPACE | 3 +++ 1 file changed, 3 insertions(+) (limited to 'WORKSPACE') 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") -- cgit v1.2.3