You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unify python's flags from recipe.py into PythonRecipe
This changes affect almost all recipes inherited from PythonRecipe. Some recipes where affected by the changes and were modified in order to succesfully build. One of the changes forces to get python headers and linkages for all the CythonRecipe,so, all inherited recipes from CythonRecipe should be reviewed and cleaned up if necessary and all the recipes who inherited from PythonRecipe probably should be reviewed, taking into account the fact pointed by user @AndreMiras, some flags of some recipes are wrong:
- CFLAGS may only be used to specify C compiler flags, for macro definitions use CPPFLAGS
- LDFLAGS may only be used to specify linker flags, for libraries use LIBS
Resolves: kivy#668
See also: kivy#1307
0 commit comments