Function resolve_interpreter_config

Source
pub fn resolve_interpreter_config() -> Result<InterpreterConfig>
Expand description

Gets the configuration for use from PyO3’s build script.

Differs from .get() above only in the cross-compile case, where PyO3’s build script is required to generate a new config (as it’s the first build script which has access to the correct value for CARGO_CFG_TARGET_OS).

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