Skip to content

Commit

Permalink
fixup! pyo3-build-config: Try "default" cross-compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenexp committed Mar 25, 2022
1 parent fd6a68e commit 29baf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyo3-build-config/src/impl_.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1386,9 +1386,9 @@ fn load_cross_compile_config(
if config.lib_name.is_some() && config.lib_dir.is_none() {
warn!(
"The output binary will link to libpython, \
but PYO3_CROSS_LIB_DIR environment variable is not set.\n\
but PYO3_CROSS_LIB_DIR environment variable is not set. \
Ensure that the target Python library directory is \
in the rustc library search path or linking will fail."
in the rustc native library search path."
);
}

Expand Down

0 comments on commit 29baf4d

Please sign in to comment.