commit | 2152bc174ee5be48b95d976bdd3e4f6a2b6e2c71 | [log] [tgz] |
---|---|---|
author | Cal Peyser <cpeyser@google.com> | Fri Apr 22 17:08:59 2016 +0000 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Fri Apr 22 21:19:18 2016 +0000 |
tree | 25cb5ff534c2572633d348566fe2df0f14071643 | |
parent | 5a2936fd02b213f3edbf62193a0426825931d6dd [diff] [blame] |
Bind path to xcrunwrapper in workspace files. -- MOS_MIGRATED_REVID=120558192
diff --git a/WORKSPACE b/WORKSPACE index 05c5117..83c2388 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -31,3 +31,6 @@ # 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")