pub fn print_libpython_rpath_link_args(
target: &Triple,
interpreter_config: &InterpreterConfig,
)Expand description
Emit libpython rpath link args if appropriate for the target and interpreter config.
This form exists for pyo3-ffi where get() cannot be called.