diff options
author | Yuchen Zeng <zyc@google.com> | 2016-11-18 01:06:57 -0800 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-11-18 01:17:10 -0800 |
commit | 9e4c8eb8e84123d275bc72f048c96cb1f8ce5acc (patch) | |
tree | 3b846436bf39d952977c3367003a96a28499ee02 /templates/gRPC-Core.podspec.template | |
parent | 224870ec5ee836a07bb301713973fb536db0040d (diff) |
Address review comments
Diffstat (limited to 'templates/gRPC-Core.podspec.template')
-rw-r--r-- | templates/gRPC-Core.podspec.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/gRPC-Core.podspec.template b/templates/gRPC-Core.podspec.template index d52b53dd97..029e2c33cb 100644 --- a/templates/gRPC-Core.podspec.template +++ b/templates/gRPC-Core.podspec.template @@ -129,7 +129,7 @@ } s.default_subspecs = 'Interface', 'Implementation' - s.compiler_flags = '-DGRPC_NATIVE_ADDRESS_RESOLVE' + s.compiler_flags = '-DGRPC_ARES=0' # 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 |