We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c84ebd commit 54d63faCopy full SHA for 54d63fa
pythonforandroid/recipes/android/src/setup.py
@@ -5,7 +5,7 @@
5
lib_dict = {
6
'sdl2': ['SDL2', 'SDL2_image', 'SDL2_mixer', 'SDL2_ttf']
7
}
8
-sdl_libs = lib_dict.get(os.environ['BOOTSTRAP'], [])
+sdl_libs = lib_dict.get(os.environ['BOOTSTRAP'], ['main'])
9
10
modules = [Extension('android._android',
11
['android/_android.c', 'android/_android_jni.c'],
0 commit comments