Function is_linking_libpython

Source
pub fn is_linking_libpython() -> bool
Expand description

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

Must be called from a PyO3 crate build script.

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