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
I am skeptical of setting RPATH or RUNPATH for executables or libraries built with AT. It shouldn't be necessary.
It sounds like a workaround to another kind of issue.
Python 3.10 added a new
--with-openssl-rpath
flag to improve the detection of a custom OpenSSL insallation (python/cpython@32eba61).We may need to use it on AT next (future 16) to make sure we are using AT's OpenSSL and not the system's when building Python.
The text was updated successfully, but these errors were encountered: