Skip to content

Commit 37fba51

Browse files
committed
fixes android recipe for sdl2_gradle
1 parent f1f1571 commit 37fba51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/android/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def prebuild_arch(self, arch):
3030
tpy = '{} = {}\n'
3131

3232
bootstrap = bootstrap_name = self.ctx.bootstrap.name
33-
is_sdl2 = bootstrap_name in ('sdl2', 'sdl2python3')
33+
is_sdl2 = bootstrap_name in ('sdl2', 'sdl2python3', 'sdl2_gradle')
3434
is_pygame = bootstrap_name in ('pygame',)
3535
is_webview = bootstrap_name in ('webview',)
3636

0 commit comments

Comments
 (0)