Merge pull request #1516 from PyO3/davidhewitt-patch-1
build.rs: adjust pypy warning wording
This commit is contained in:
commit
ffce9f3505
2
build.rs
2
build.rs
|
@ -806,7 +806,7 @@ fn configure(interpreter_config: &InterpreterConfig) -> Result<()> {
|
|||
println!("cargo:rustc-cfg=PyPy");
|
||||
if is_abi3 {
|
||||
warn!(
|
||||
"PyPy does not yet support abi3 so the resulting wheel will be version-specific. \
|
||||
"PyPy does not yet support abi3 so the build artifacts will be version-specific. \
|
||||
See https://foss.heptapod.net/pypy/pypy/-/issues/3397 for more information."
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue