Function is_linking_libpython_for_target

Source
fn is_linking_libpython_for_target(target: &Triple) -> bool
Expand description

Checks if we need to link to libpython for the target.

Must be called from a PyO3 crate build script.

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