Function default_cross_compile

Source
fn default_cross_compile(
    cross_compile_config: &CrossCompileConfig,
) -> Result<InterpreterConfig>
Expand description

Generates “default” cross compilation information for the target.

This should work for most CPython extension modules when targeting Windows, macOS and Linux.

Must be called from a PyO3 crate build script.

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