From 1ff2226619fadad3a33d591f9c053b1d3bf31d1d Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 18 Oct 2019 14:47:23 +0200 Subject: [PATCH] try to fix boringssl podspec build --- src/objective-c/BoringSSL-GRPC.podspec | 3 ++- templates/src/objective-c/BoringSSL-GRPC.podspec.template | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/objective-c/BoringSSL-GRPC.podspec b/src/objective-c/BoringSSL-GRPC.podspec index f131732c23a..782da9b2207 100644 --- a/src/objective-c/BoringSSL-GRPC.podspec +++ b/src/objective-c/BoringSSL-GRPC.podspec @@ -136,7 +136,8 @@ Pod::Spec.new do |s| 'ssl/**/*.h', '*.h', 'crypto/*.h', - 'crypto/**/*.h' + 'crypto/**/*.h', + 'third_party/sike/*.h' # bcm.c includes other source files, creating duplicated symbols. Since it is not used, we # explicitly exclude it from the pod. # TODO (mxyan): Work with BoringSSL team to remove this hack. diff --git a/templates/src/objective-c/BoringSSL-GRPC.podspec.template b/templates/src/objective-c/BoringSSL-GRPC.podspec.template index ccb2ec01652..a7e86c91d10 100644 --- a/templates/src/objective-c/BoringSSL-GRPC.podspec.template +++ b/templates/src/objective-c/BoringSSL-GRPC.podspec.template @@ -141,7 +141,8 @@ 'ssl/**/*.h', '*.h', 'crypto/*.h', - 'crypto/**/*.h' + 'crypto/**/*.h', + 'third_party/sike/*.h' # bcm.c includes other source files, creating duplicated symbols. Since it is not used, we # explicitly exclude it from the pod. # TODO (mxyan): Work with BoringSSL team to remove this hack.