You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Motivation
Currently when LINK_STATIC is ON, Python client will still find
libpulsar.a, which doesn't include the 3rd party dependencies of C++
client. In this case, we have to find those libraries.
A simple way is to link statically to libpulsarwithdeps.a, which already
contains all the dependencies of C++ client.
### Modifications
Find libpulsarwithdeps.a when LINK_STATIC is ON. For macOS, the
statically linked libcurl depends on the Foundation and
SystemConfiguration frameworks, so the related compile options are
added.
0 commit comments