Skip to content
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

Fix compilation of no-runtime-libloading #90

Conversation

rukai
Copy link
Contributor

@rukai rukai commented Feb 29, 2024

Currently j4rs has a compiler error when compiling with --feature no-runtime-libloading.
This PR fixes that compiler error by using the v1_6 field of the union, I dont fully understand how this works, but other similar code was using the v1_6 field as well.

@astonbitecode astonbitecode merged commit cfbcecc into astonbitecode:master Mar 1, 2024
2 of 3 checks passed
@astonbitecode
Copy link
Owner

Yes, sorry for this, I implemented upgrading to jni_sys 0.4 without taking into account this feature.

Thank you for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants