Skip to main content

print_libpython_rpath_link_args

Function print_libpython_rpath_link_args 

Source
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.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here