Adding missing "," (#8943)

pull/8961/head v3.18.0-rc2
Paul Yang 3 years ago committed by GitHub
parent a9d86f9811
commit 32461877b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Protobuf-C++.podspec

@ -21,7 +21,7 @@ Pod::Spec.new do |s|
'src/google/**/*_unittest.{h,cc}',
'src/google/protobuf/test_util*.{h,cc}',
'src/google/protobuf/map_lite_test_util.{h,cc}',
'src/google/protobuf/map_test_util*.{h,cc,inc}'
'src/google/protobuf/map_test_util*.{h,cc,inc}',
'src/google/protobuf/reflection_tester.{h,cc}'
s.header_mappings_dir = 'src'

Loading…
Cancel
Save