Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

symlink system Python to hostpython3crystax build dir #1249

Conversation

AndreMiras
Copy link
Member

Creates an empty hostpython3crystax build directory and symlinks
system python3.5 to it, fixes #1154

The idea is to create the build directory that's been used by builddir = join(dirname(self.hostpython_location), 'build') (pythonforandroid/recipe.py).
So yes this might be a bit hacky, but doesn't alter the existing code base too much and it works like a charm :)

AndreMiras added a commit to AndreMiras/python-for-android that referenced this pull request Apr 1, 2018
Makes sure the arm cross linker is being used for LDSHARED.
Fixes configure script complaining about CFLAGS and LDFLAGS and
simplified `gevent.patch` (less is more), since flags are now
sanitized during `get_recipe_env()` call.

Also depends on kivy#1249 (symlink system Python to hostpython3crystax).
@AndreMiras AndreMiras force-pushed the feature/ticket1154_hostpython3crystax_build_dir_and_synlink branch from 5c0f96f to d160fae Compare May 20, 2018 15:56
Creates an empty hostpython3crystax build directory and symlinks
system python3 to it, fixes kivy#1154
@AndreMiras AndreMiras force-pushed the feature/ticket1154_hostpython3crystax_build_dir_and_synlink branch from d160fae to 066f735 Compare May 20, 2018 17:21
@inclement inclement merged commit 066f735 into kivy:master May 20, 2018
@AndreMiras AndreMiras deleted the feature/ticket1154_hostpython3crystax_build_dir_and_synlink branch October 6, 2018 17:40
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.

python3 incompatibility
2 participants