try to fix boringssl podspec build

pull/20100/head
Jan Tattermusch 5 years ago
parent 35a3713905
commit 1ff2226619
  1. 3
      src/objective-c/BoringSSL-GRPC.podspec
  2. 3
      templates/src/objective-c/BoringSSL-GRPC.podspec.template

@ -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.

@ -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.

Loading…
Cancel
Save