Fix podspec bug

pull/21194/head
Muxi Yan 5 years ago
parent a39d5407ae
commit b5ec5e0b8b
  1. 2
      src/objective-c/BoringSSL-GRPC.podspec
  2. 2
      templates/src/objective-c/BoringSSL-GRPC.podspec.template

File diff suppressed because one or more lines are too long

@ -229,7 +229,7 @@
# limit on the 'prepare_command' field length. The encoded header is generated from
# /src/boringssl/boringssl_prefix_symbols.h. Here we decode the content and inject the header to
# the correct location in BoringSSL.
base64 -D <<EOF | gunzip > include/openssl/boringssl_prefix_symbols.h
base64 -D <<EOF | gunzip > src/include/openssl/boringssl_prefix_symbols.h
${prefix_gz_b64}
EOF

Loading…
Cancel
Save