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
TST: use linker flags instead of install_rpath to set the RPATH
meson-python does not support `install_rpath` yet and anyhow `install_rpath`
is not exposed in the introspection data and thus cannot be set by
meson-python when building the Python wheel. Use `link_args` to set the RPATH.
0 commit comments