You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to build the Python3 webview test app from the master branch using NDK 19 and an arm64-v8a target. However linking libmain.so fails with undefined reference to 'SDL_setenv'.
I see start.c references SDL_setenv in Java_org_kivy_android_PythonActivity_nativeSetenv() which is compiled because BOOTSTRAP_NAME_WEBVIEW is defined. Is it intended to call SDL_setenv given that SDL.h has not been included (since a webview build defines BOOTSTRAP_USES_NO_SDL_HEADERS)??
The text was updated successfully, but these errors were encountered:
I'm attempting to build the Python3 webview test app from the
master
branch using NDK 19 and an arm64-v8a target. However linkinglibmain.so
fails withundefined reference to 'SDL_setenv'
.I see start.c references
SDL_setenv
inJava_org_kivy_android_PythonActivity_nativeSetenv()
which is compiled becauseBOOTSTRAP_NAME_WEBVIEW
is defined. Is it intended to callSDL_setenv
given thatSDL.h
has not been included (since a webview build definesBOOTSTRAP_USES_NO_SDL_HEADERS
)??The text was updated successfully, but these errors were encountered: