Skip to content
Snippets Groups Projects
Commit 4eb6e315 authored by murgatroid99's avatar murgatroid99
Browse files

Added rt link to python's setup.py

parent 238c23b4
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ _EXTENSION_INCLUDE_DIRECTORIES = ( ...@@ -49,6 +49,7 @@ _EXTENSION_INCLUDE_DIRECTORIES = (
_EXTENSION_LIBRARIES = ( _EXTENSION_LIBRARIES = (
'gpr', 'gpr',
'grpc', 'grpc',
'rt',
) )
_EXTENSION_MODULE = _core.Extension( _EXTENSION_MODULE = _core.Extension(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment