aboutsummaryrefslogtreecommitdiffhomepage
path: root/gRPC-Core.podspec
diff options
context:
space:
mode:
authorGravatar Jim King <jsking@google.com>2017-10-26 11:27:03 -0700
committerGravatar GitHub <noreply@github.com>2017-10-26 11:27:03 -0700
commit52620b698e980ead64f542bbc68d50aae1f3ae6f (patch)
treed73fe3d666dcbb9289059a4e4b86ddf675f7d370 /gRPC-Core.podspec
parentee8eb727ea2533a5401a3ee56ec067aa083cf317 (diff)
parenta2465b02f283425b6355707800100a7504a62ee2 (diff)
Merge branch 'master' into census_update
Diffstat (limited to 'gRPC-Core.podspec')
-rw-r--r--gRPC-Core.podspec3
1 files changed, 2 insertions, 1 deletions
diff --git a/gRPC-Core.podspec b/gRPC-Core.podspec
index 71cdfb7bf5..6b7f6496b3 100644
--- a/gRPC-Core.podspec
+++ b/gRPC-Core.podspec
@@ -89,6 +89,7 @@ Pod::Spec.new do |s|
s.default_subspecs = 'Interface', 'Implementation'
s.compiler_flags = '-DGRPC_ARES=0'
+ s.libraries = 'c++'
# Like many other C libraries, gRPC-Core has its public headers under `include/<libname>/` and its
# sources and private headers in other directories outside `include/`. Cocoapods' linter doesn't
@@ -957,7 +958,7 @@ Pod::Spec.new do |s|
'test/core/end2end/tests/*.{c,h}',
'test/core/end2end/fixtures/*.h',
'test/core/end2end/data/*.{c,h}',
- 'test/core/util/debugger_macros.{c,h}',
+ 'test/core/util/debugger_macros.{cc,h}',
'test/core/util/test_config.{c,h}',
'test/core/util/port.h',
'test/core/util/port.c',