aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio')
-rw-r--r--src/python/grpcio/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio/commands.py b/src/python/grpcio/commands.py
index 6167f62e5f..62c74c8e0a 100644
--- a/src/python/grpcio/commands.py
+++ b/src/python/grpcio/commands.py
@@ -281,7 +281,7 @@ class BuildExt(build_ext.build_ext):
env['HAS_SYSTEM_OPENSSL_ALPN'] = '0'
make_process = subprocess.Popen(
['make'] + extra_defines + targets,
- env=env,
+ # env=env,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE)
make_out, make_err = make_process.communicate()