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
seperate C libs with Python extensions, and prior C libs before any python extensions.
be smart of the python deps: if someone compiled with -m "kivy" and then "sqlite3 kivy", sqlite3 will be compiled, but not python again. So the module sqlite3 will not appear in the final distribution!
The text was updated successfully, but these errors were encountered:
We should be smarter when using ./distribute.sh.
We should:
The text was updated successfully, but these errors were encountered: