diff --git a/pyo3-ffi/build.rs b/pyo3-ffi/build.rs index f46c13b5..1dd37820 100644 --- a/pyo3-ffi/build.rs +++ b/pyo3-ffi/build.rs @@ -111,6 +111,7 @@ fn print_config_and_exit(config: &InterpreterConfig) { config .to_writer(&mut std::io::stdout()) .expect("failed to print config to stdout"); + println!("\nnote: unset the PYO3_PRINT_CONFIG environment variable and retry to compile with the above config"); std::process::exit(101); }