commit | 1f67a7be7282310783728c636add4345ba8e2c16 | [log] [tgz] |
---|---|---|
author | Chris Parsons <cparsons@google.com> | Mon May 23 19:23:24 2016 +0000 |
committer | Yue Gan <yueg@google.com> | Tue May 24 11:57:21 2016 +0000 |
tree | 3b8fe8f98d915e31b278e6a25d2220e1c7c7f5a9 | |
parent | a385d760f27e38140181ec787e19fed9747617a0 [diff] [blame] |
libtool wrapper script to isolate the unfortunate hacks we must make to get around apple's buggy libtool tool -- MOS_MIGRATED_REVID=123024674
diff --git a/tools/objc/BUILD b/tools/objc/BUILD index 1fa4628..149a9bb 100644 --- a/tools/objc/BUILD +++ b/tools/objc/BUILD
@@ -64,6 +64,14 @@ ) sh_binary( + name = "libtool", + srcs = [":libtool.sh"], + data = [ + ":xcrunwrapper", + ], +) + +sh_binary( name = "actoolwrapper", srcs = [":actoolwrapper.sh"], data = [