Skip to content

Conversation

@misl6
Copy link
Member

@misl6 misl6 commented Jul 31, 2025

This pull request introduces a dynamic property to the KivyRecipe class in the pythonforandroid project to determine whether the shared STL library is required based on the presence of sdl3 in the build order.

@misl6 misl6 changed the title Require c++ stl for Kivy when sdl3 is used (Kivy 3.0.0) Require c++ stl for Kivy when sdl3 is used (Kivy 3.0.0) Jul 31, 2025
@misl6 misl6 merged commit 331e4e4 into kivy:develop Jul 31, 2025
33 checks passed
Comment on lines +39 to +42
if "sdl3" in self.ctx.recipe_build_order:
return True
else:
return False
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

late post merge review, why not simply a one liner return "sdl3" in self.ctx.recipe_build_order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants