diff options
author | ahedberg <ahedberg@google.com> | 2016-03-18 10:46:38 -0400 |
---|---|---|
committer | ahedberg <ahedberg@google.com> | 2016-03-18 10:46:38 -0400 |
commit | 43df29552865541e6d6d11a14b3cf47a4c162b42 (patch) | |
tree | ca8a63c98038f5e7cfb08547912095ed9ec890a6 /gRPC.podspec | |
parent | 80d6b12a86a636edc8811b880296fbe45bb214a6 (diff) |
add unix_sockets_posix module to build system and fix compilation errors
Diffstat (limited to 'gRPC.podspec')
-rw-r--r-- | gRPC.podspec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gRPC.podspec b/gRPC.podspec index f3103ea79a..ea178960fe 100644 --- a/gRPC.podspec +++ b/gRPC.podspec @@ -225,6 +225,7 @@ Pod::Spec.new do |s| 'src/core/iomgr/timer.h', 'src/core/iomgr/timer_heap.h', 'src/core/iomgr/udp_server.h', + 'src/core/iomgr/unix_sockets_posix.h', 'src/core/iomgr/wakeup_fd_pipe.h', 'src/core/iomgr/wakeup_fd_posix.h', 'src/core/iomgr/workqueue.h', @@ -378,6 +379,8 @@ Pod::Spec.new do |s| 'src/core/iomgr/timer.c', 'src/core/iomgr/timer_heap.c', 'src/core/iomgr/udp_server.c', + 'src/core/iomgr/unix_sockets_posix.c', + 'src/core/iomgr/unix_sockets_posix_noop.c', 'src/core/iomgr/wakeup_fd_eventfd.c', 'src/core/iomgr/wakeup_fd_nospecial.c', 'src/core/iomgr/wakeup_fd_pipe.c', @@ -546,6 +549,7 @@ Pod::Spec.new do |s| 'src/core/iomgr/timer.h', 'src/core/iomgr/timer_heap.h', 'src/core/iomgr/udp_server.h', + 'src/core/iomgr/unix_sockets_posix.h', 'src/core/iomgr/wakeup_fd_pipe.h', 'src/core/iomgr/wakeup_fd_posix.h', 'src/core/iomgr/workqueue.h', |