#[doc(hidden)] pub(crate) fn resolve_cross_compile_config_path() -> Option<PathBuf>
Expand description
Returns the path where PyO3’s build.rs writes its cross compile configuration.
The config file will be named $OUT_DIR/<triple>/pyo3-build-config.txt
.
Must be called from a build script, returns None
if not.