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 892f5c1 commit 27cf0f9Copy full SHA for 27cf0f9
pythonforandroid/recipes/android/__init__.py
@@ -38,7 +38,7 @@ def prebuild_arch(self, arch):
38
bootstrap = bootstrap_name = ctx_bootstrap
39
40
is_sdl2 = bootstrap_name in ('sdl2', 'sdl2python3', 'sdl2_gradle')
41
- is_webview = bootstrap_name in ('webview','service_only')
+ is_webview = bootstrap_name in ('webview', 'service_only')
42
43
if is_sdl2 or is_webview:
44
if is_sdl2:
0 commit comments