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 fca5fc1 commit 6d6394dCopy full SHA for 6d6394d
pythonforandroid/recipes/android/src/setup.py
@@ -6,7 +6,7 @@
6
'pygame': ['sdl'],
7
'sdl2': ['SDL2', 'SDL2_image', 'SDL2_mixer', 'SDL2_ttf']
8
}
9
-sdl_libs = lib_dict[os.environ['BOOTSTRAP']]
+sdl_libs = lib_dict.get(os.environ['BOOTSTRAP'], [])
10
11
renpy_sound = Extension('android._android_sound',
12
['android/_android_sound.c', 'android/_android_sound_jni.c', ],
0 commit comments