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
Certain installations of Python will insert
sysconfig 'LIBDIR' path before the `extra_link_args`. This means
that if `extra_link_args` specifies a custom krb5 path, the linker
will still use the system krb5, if it's in 'LIBDIR' (e.g. '/usr/lib').
This commit makes setup.py search the link args for '-L' entries,
and insert them in `library_dirs` to that they get inserted *before*
'LIBDIR'.
0 commit comments