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 fba89ce commit 6c3bafeCopy full SHA for 6c3bafe
pythonforandroid/recipes/android/__init__.py
@@ -30,7 +30,7 @@ def prebuild_arch(self, arch):
30
tpy = '{} = {}\n'
31
32
bootstrap = bootstrap_name = self.ctx.bootstrap.name
33
- is_sdl2 = bootstrap_name in ('sdl2', 'sdl2python3')
+ is_sdl2 = bootstrap_name in ('sdl2', 'sdl2python3', 'sdl2_gradle')
34
is_pygame = bootstrap_name in ('pygame',)
35
is_webview = bootstrap_name in ('webview',)
36
0 commit comments