aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio/precompiled.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio/precompiled.py')
-rw-r--r--src/python/grpcio/precompiled.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/grpcio/precompiled.py b/src/python/grpcio/precompiled.py
index 3cf0ded1e9..b6aa7fc90e 100644
--- a/src/python/grpcio/precompiled.py
+++ b/src/python/grpcio/precompiled.py
@@ -91,6 +91,9 @@ class BuildTaggedExt(setuptools.Command):
def update_setup_arguments(setup_arguments):
+ if not USE_PRECOMPILED_BINARIES:
+ sys.stderr.write('not using precompiled extension')
+ return
url = '{}/{}.so'.format(BINARIES_REPOSITORY, _tagged_ext_name('cygrpc'))
target_path = os.path.join(PYTHON_STEM, 'grpc/_cython/cygrpc.so')
try: