diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-09-28 14:34:43 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-10-02 16:34:00 -0700 |
commit | 26c78038a5b82d182652f82fb46160897aadf958 (patch) | |
tree | af70763c24e9cc0ab94bba674bb7d27d514bf2eb /grpc.gemspec | |
parent | 641e5fec5b8ac36e87226aaf9b5a3a2e492862b7 (diff) |
Trying ken's fix for windows python
Diffstat (limited to 'grpc.gemspec')
-rw-r--r-- | grpc.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grpc.gemspec b/grpc.gemspec index 1fda0a64c8..98bdbe10e1 100644 --- a/grpc.gemspec +++ b/grpc.gemspec @@ -467,7 +467,7 @@ Gem::Specification.new do |s| s.files += %w( src/core/lib/iomgr/socket_utils_linux.cc ) s.files += %w( src/core/lib/iomgr/socket_utils_posix.cc ) s.files += %w( src/core/lib/iomgr/socket_utils_uv.cc ) - s.files += %w( src/core/lib/iomgr/socket_utils_windows.c ) + s.files += %w( src/core/lib/iomgr/socket_utils_windows.cc ) s.files += %w( src/core/lib/iomgr/socket_windows.cc ) s.files += %w( src/core/lib/iomgr/tcp_client_posix.cc ) s.files += %w( src/core/lib/iomgr/tcp_client_uv.cc ) |