8000 Added python to sdl2 bootstrap depends · qiaokangqi/python-for-android@8784de7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8784de7

Browse files
committed
Added python to sdl2 bootstrap depends
1 parent 6af2ae7 commit 8784de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/bootstraps/sdl2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
class SDL2Bootstrap(Bootstrap):
88
name = 'sdl2'
99

10-
recipe_depends = ['sdl2']
10+
recipe_depends = ['sdl2', ('python2', 'python3crystax')]
1111

1212
def run_distribute(self):
1313
info_main('# Creating Android project from build and {} bootstrap'.format(

0 commit comments

Comments
 (0)
0