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
Avoid using pkg-config prefix_LINK_LIBRARIES variable
The `_STATIC` version of this variable is apparently not always (or never?)
populated breaking static linking. So we just use `LDFLAGS` instead.
Note that we also don't use the imported target provided by the
pkg-config find module because no static version of it seems to exist.
0 commit comments