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
[CORE UPDATE - PART IX] Pymunk for both versions of python and enhance flags (kivy#1550)
* Remove hardcoded python2 flags, shorten ldflags and grants python3 compatibility for the pymunk recipe
* Move libraries from LDFLAGS to LIBS for pymunk recipe
Because this is how you are supposed to do it, you must use LDFLAGS for linker flags and LDLIBS (or the equivalent LOADLIBES) for the libraries
0 commit comments