diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 07:00:53 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-01-31 07:00:53 +0100 |
commit | 4fba286e4d013734aa3f1ddb7d0554e596b88a2c (patch) | |
tree | ea4edb5c865defe83001a1b7d169af8d4778e28e /src/python/grpcio | |
parent | 01ba279fdddb28096893a4e09a62b915cdbca6be (diff) |
Adding windows support for gpr subprocesses.
Diffstat (limited to 'src/python/grpcio')
-rw-r--r-- | src/python/grpcio/grpc_core_dependencies.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/grpcio/grpc_core_dependencies.py b/src/python/grpcio/grpc_core_dependencies.py index 98ab1ff7f0..04ed27002b 100644 --- a/src/python/grpcio/grpc_core_dependencies.py +++ b/src/python/grpcio/grpc_core_dependencies.py @@ -60,6 +60,7 @@ CORE_SOURCE_FILES = [ 'src/core/support/string_posix.c', 'src/core/support/string_win32.c', 'src/core/support/subprocess_posix.c', + 'src/core/support/subprocess_windows.c', 'src/core/support/sync.c', 'src/core/support/sync_posix.c', 'src/core/support/sync_win32.c', |