We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62d33c commit 9c84ebdCopy full SHA for 9c84ebd
1 file changed
pythonforandroid/recipes/android/__init__.py
@@ -77,6 +77,11 @@ def prebuild_arch(self, arch):
77
fh.write(
78
'#define SDL_ANDROID_GetJNIEnv SDL_AndroidGetJNIEnv\n'
79
)
80
+ else:
81
+ fh.write('JNIEnv *WebView_AndroidGetJNIEnv(void);\n')
82
+ fh.write(
83
+ '#define SDL_ANDROID_GetJNIEnv WebView_AndroidGetJNIEnv\n'
84
+ )
85
86
87
recipe = AndroidRecipe()
0 commit comments