Skip to content

Commit 54d63fa

Browse files
committed
use main lib for non-sdl2
1 parent 9c84ebd commit 54d63fa

File tree

1 file changed

+1
-1
lines changed
  • pythonforandroid/recipes/android/src

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
lib_dict = {
66
'sdl2': ['SDL2', 'SDL2_image', 'SDL2_mixer', 'SDL2_ttf']
77
}
8-
sdl_libs = lib_dict.get(os.environ['BOOTSTRAP'], [])
8+
sdl_libs = lib_dict.get(os.environ['BOOTSTRAP'], ['main'])
99

1010
modules = [Extension('android._android',
1111
['android/_android.c', 'android/_android_jni.c'],

0 commit comments

Comments
 (0)