aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/objc
diff options
context:
space:
mode:
authorGravatar Chris Parsons <cparsons@google.com>2016-05-23 19:23:24 +0000
committerGravatar Yue Gan <yueg@google.com>2016-05-24 11:57:21 +0000
commit1f67a7be7282310783728c636add4345ba8e2c16 (patch)
tree3b8fe8f98d915e31b278e6a25d2220e1c7c7f5a9 /tools/objc
parenta385d760f27e38140181ec787e19fed9747617a0 (diff)
libtool wrapper script to isolate the unfortunate hacks we must make to get around apple's buggy libtool tool
-- MOS_MIGRATED_REVID=123024674
Diffstat (limited to 'tools/objc')
-rw-r--r--tools/objc/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/objc/BUILD b/tools/objc/BUILD
index 1fa4628c13..149a9bb4ff 100644
--- a/tools/objc/BUILD
+++ b/tools/objc/BUILD
@@ -64,6 +64,14 @@ sh_binary(
)
sh_binary(
+ name = "libtool",
+ srcs = [":libtool.sh"],
+ data = [
+ ":xcrunwrapper",
+ ],
+)
+
+sh_binary(
name = "actoolwrapper",
srcs = [":actoolwrapper.sh"],
data = [