From c79097024afc741a101cc25b2fe097bab67d6af1 Mon Sep 17 00:00:00 2001 From: yulin-liang Date: Thu, 23 Jul 2020 14:05:02 -0700 Subject: [PATCH] fix grpc-c++ build issue. --- gRPC-C++.podspec | 2 +- templates/gRPC-C++.podspec.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec index 338395ec702..e2ce9d8b2ab 100644 --- a/gRPC-C++.podspec +++ b/gRPC-C++.podspec @@ -1172,7 +1172,7 @@ Pod::Spec.new do |s| s.prepare_command = <<-END_OF_COMMAND sed -E -i '' 's;#include ;#if COCOAPODS==1\\\n #include \\\n#else\\\n #include \\\n#endif;g' $(find src/core -type f \\( -path '*.h' -or -path '*.cc' \\) -print | xargs grep -H -c '#include ;#if COCOAPODS==1\\\n #include \\\n#else\\\n #include \\\n#endif;g' $(find src/core -type f \\( -path '*.h' -or -path '*.cc' \\) -print | xargs grep -H -c '#include