Disable c-ares in objc

pull/7900/head
Yuchen Zeng 9 years ago
parent 8076d2b6ed
commit 12be386550
  1. 1
      gRPC-Core.podspec
  2. 1
      templates/gRPC-Core.podspec.template

@ -102,6 +102,7 @@ Pod::Spec.new do |s|
}
s.default_subspecs = 'Interface', 'Implementation'
s.compiler_flags = '-DGRPC_NATIVE_ADDRESS_RESOLVE'
# 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

@ -129,6 +129,7 @@
}
s.default_subspecs = 'Interface', 'Implementation'
s.compiler_flags = '-DGRPC_NATIVE_ADDRESS_RESOLVE'
# 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

Loading…
Cancel
Save