From 2152bc174ee5be48b95d976bdd3e4f6a2b6e2c71 Mon Sep 17 00:00:00 2001 From: Cal Peyser Date: Fri, 22 Apr 2016 17:08:59 +0000 Subject: Bind path to xcrunwrapper in workspace files. -- MOS_MIGRATED_REVID=120558192 --- 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