-
Notifications
You must be signed in to change notification settings - Fork 27
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
Remove hardcoded build arguments #49
Comments
Taking an idea from a project like openssl-sys, we could prefix the build arguments with lets say |
I think I may found an issue related to that:
|
Builds in docker on x86_64 work fine. |
Was the build arch the same as the target arch? If not, that is where I have run into problems, but my rust is very poor and don't really know how to fix. |
For cross-building environments, we hardcoded some build arguments. Would be better if we support passing the build arguments at build time and removed the hardcode arguments.
The text was updated successfully, but these errors were encountered: