-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 pyjnius setup.py patches #1417
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Please make sure build is green before merging
https://github.com/search?q=org%3Akivy+SDL_ANDROID_GetJNIEnv&type=Code is just replaced with SDL_AndroidGetJNIEnv when building SDL2... but why? even android recipe calls the SDL2 original one
https://github.com/kivy/p4a-pygame-bootstrap-components/blob/7d39c8d2a3f194c08041a7702419e44c042eb3b1/pygame_bootstrap_jni/sdl/src/video/android/SDL_androidvideo.c#L61 for some reason and that's not even externed 🤔 I don't think it should be patched, rather renamed to the correct thing hmmm. |
How do i fix this? I'm unable to apply this patch. |
Broken due to edits in kivy/pyjnius#356