Skip to content

Commit

Permalink
fix header_mappings_dir () is not a directory error
Browse files Browse the repository at this point in the history
  • Loading branch information
HannahShiSFB committed Apr 22, 2024
1 parent bfccd50 commit 611ca43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gRPC-C++.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2798,7 +2798,8 @@ Pod::Spec.new do |s|

ss.dependency 'gRPC-Core/Cronet-Implementation', version

ss.source_files = "src/cpp/client/cronet_credentials.cc"
ss.source_files = "include/grpcpp/security/cronet_credentials.h",
"src/cpp/client/cronet_credentials.cc"
end

# patch include of openssl to openssl_grpc
Expand Down

0 comments on commit 611ca43

Please sign in to comment.