From 202119ad33627a8a64ad686c159e6cbee7edcec1 Mon Sep 17 00:00:00 2001 From: rmalik Date: Wed, 2 Aug 2017 19:38:40 +0200 Subject: Expose wrapped_clang_pp in osx crosstool for ObjC++ Problem: - When you're using the osx crosstool, compilation of ObjC++ does not work because `wrapped_clang_pp` is not exposed. Solution: - Expose `wrapped_clang_pp` in the osx toolchain. Closes #3270. PiperOrigin-RevId: 164004043 --- tools/osx/crosstool/BUILD.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/osx/crosstool') diff --git a/tools/osx/crosstool/BUILD.tpl b/tools/osx/crosstool/BUILD.tpl index 8f53767660..e82dad2056 100644 --- a/tools/osx/crosstool/BUILD.tpl +++ b/tools/osx/crosstool/BUILD.tpl @@ -38,6 +38,7 @@ cc_toolchain_suite( ":libtool", ":make_hashed_objlist.py", ":wrapped_clang", + ":wrapped_clang_pp", ":wrapped_ar", ":xcrunwrapper.sh", ], -- cgit v1.2.3