diff options
author | murgatroid99 <mlumish@google.com> | 2015-03-02 13:17:53 -0800 |
---|---|---|
committer | murgatroid99 <mlumish@google.com> | 2015-03-02 13:17:53 -0800 |
commit | 4a171f8e2d2d108a385ec6fb9304354c7f11b743 (patch) | |
tree | a4118b5bc4751e6e43e7501840c10b8a51dddf8d /src | |
parent | 4eb6e31566fa79b32e5e569fbf25a60021c5f362 (diff) |
Fixed python link order
Diffstat (limited to 'src')
-rw-r--r-- | src/python/src/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/src/setup.py b/src/python/src/setup.py index dbfffa2065..cdb82a9dc3 100644 --- a/src/python/src/setup.py +++ b/src/python/src/setup.py @@ -47,8 +47,8 @@ _EXTENSION_INCLUDE_DIRECTORIES = ( ) _EXTENSION_LIBRARIES = ( - 'gpr', 'grpc', + 'gpr', 'rt', ) |