Skip to content
Snippets Groups Projects
Commit 439aca3d authored by Masood Malekghassemi's avatar Masood Malekghassemi
Browse files

Merge pull request #4786 from soltanmm/zeds-dead,honey,zeds-dead

Fix missing libz and libm linker symbols
parents fe2a5658 985152ca
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ CYTHON_EXTENSION_MODULE_NAMES = ('grpc._cython.cygrpc',) ...@@ -77,7 +77,7 @@ CYTHON_EXTENSION_MODULE_NAMES = ('grpc._cython.cygrpc',)
EXTENSION_INCLUDE_DIRECTORIES = ( EXTENSION_INCLUDE_DIRECTORIES = (
(PYTHON_STEM,) + CORE_INCLUDE + BORINGSSL_INCLUDE) (PYTHON_STEM,) + CORE_INCLUDE + BORINGSSL_INCLUDE)
EXTENSION_LIBRARIES = () EXTENSION_LIBRARIES = ('z', 'm',)
if not "darwin" in sys.platform: if not "darwin" in sys.platform:
EXTENSION_LIBRARIES += ('rt',) EXTENSION_LIBRARIES += ('rt',)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment