-
Notifications
You must be signed in to change notification settings - Fork 4
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
Compile error on linux arm64. #2
Comments
What Rust version are you trying to compile against? |
@GamePad64 I'm also having this issue on The
The solution would be to exclude the TryFrom ffi function when c_cach == u8. |
And a quick and dirty solution would be to add a "feature" to enable/disable ffi parsing if you don't want to bother with managing all different platforms. |
The text was updated successfully, but these errors were encountered: