Additon conditional compilation for InterpreterConfig::from_pyo3_export_config
This commit is contained in:
parent
755bf97fdb
commit
cb3effdb96
|
@ -361,6 +361,7 @@ print("mingw", get_platform().startswith("mingw"))
|
||||||
|
|
||||||
/// Create an InterpreterConfig generated from pyo3-build-config using the "export-config"
|
/// Create an InterpreterConfig generated from pyo3-build-config using the "export-config"
|
||||||
/// feature
|
/// feature
|
||||||
|
#[cfg(feature = "export-config")]
|
||||||
pub fn from_pyo3_export_config() -> Result<Self> {
|
pub fn from_pyo3_export_config() -> Result<Self> {
|
||||||
InterpreterConfig::from_path(Path::new(
|
InterpreterConfig::from_path(Path::new(
|
||||||
&cargo_env_var("DEP_PYTHON_PYO3_EXPORT_CONFIG").unwrap(),
|
&cargo_env_var("DEP_PYTHON_PYO3_EXPORT_CONFIG").unwrap(),
|
||||||
|
|
Loading…
Reference in a new issue