Skip to content

Commit f06f3e4

Browse files
committed
Update __init__.py
1 parent 7d10569 commit f06f3e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def get_recipe_env(self, arch, **kwargs):
7676
sdl3_ttf_recipe = self.get_recipe("sdl3_ttf", self.ctx)
7777
sdl3_recipe = self.get_recipe("sdl3", self.ctx)
7878
env["USE_SDL3"] = "1"
79+
env["USE_SDL2"] = "0"
7980
env["KIVY_SPLIT_EXAMPLES"] = "1"
8081
env["KIVY_SDL3_PATH"] = ":".join(
8182
[

0 commit comments

Comments
 (0)