aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gemspec
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 07:00:53 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-31 07:00:53 +0100
commit4fba286e4d013734aa3f1ddb7d0554e596b88a2c (patch)
treeea4edb5c865defe83001a1b7d169af8d4778e28e /grpc.gemspec
parent01ba279fdddb28096893a4e09a62b915cdbca6be (diff)
Adding windows support for gpr subprocesses.
Diffstat (limited to 'grpc.gemspec')
-rwxr-xr-xgrpc.gemspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/grpc.gemspec b/grpc.gemspec
index 7f11ec778a..ccd647113a 100755
--- a/grpc.gemspec
+++ b/grpc.gemspec
@@ -134,6 +134,7 @@ Gem::Specification.new do |s|
s.files += %w( src/core/support/string_posix.c )
s.files += %w( src/core/support/string_win32.c )
s.files += %w( src/core/support/subprocess_posix.c )
+ s.files += %w( src/core/support/subprocess_windows.c )
s.files += %w( src/core/support/sync.c )
s.files += %w( src/core/support/sync_posix.c )
s.files += %w( src/core/support/sync_win32.c )