abi3 module cross compilation without python interpreter #2310
-
I'm trying to cross compile an abi3 module without the burden to cross-compile the python interpreter, as explained in https://pyo3.rs/main/building_and_distribution.html. I'm setting the following environment variables:
The Here is my environment:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Not sure whether this is causing the failure you experience, but |
Beta Was this translation helpful? Give feedback.
-
For debugging purposes, could you set the environment variable |
Beta Was this translation helpful? Give feedback.
For debugging purposes, could you set the environment variable
PYO3_PRINT_CONFIG
and share the result here? (This will fail the build which is intentional. But the output captured by Cargo should contain the inferred configuration.)