-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Must provide PYO3_CROSS_LIB_DIR environment variable #556
Comments
hi, did you solve this issue @jdaruja ? |
No, so i dropped it |
cross doesn't pass environment variables by default. See https://github.com/rust-embedded/cross#passing-environment-variables-into-the-build-environment |
Thank you very much for the link. Its working |
hey @Emilgardis @jdaruja sorry for the noob question. I'm trying to cross-compile to an aarch64 architecture, how can I get the already compiled versions or the files that I should point to? |
@mfaccin That's unrelated to the issue at hand: please open a discussion. Note that you can use custom Dockerfiles which support copying local files in the current context over to the image. |
Have set environment variable "PYO3_CROSS_LIB_DIR" using export PYO3_CROSS_LIB_DIR = "/usr/lib"
But getting below error.
Error: "Must provide PYO3_CROSS_LIB_DIR environment variable when cross-compiling"
The text was updated successfully, but these errors were encountered: