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.
2 parents 1db60cf + 6d6394d commit 6ca419eCopy full SHA for 6ca419e
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