Skip to content

add copy libs option#555

Merged
inclement merged 1 commit into
kivy:masterfrom
kived:copy-libs
Jan 13, 2016
Merged

add copy libs option#555
inclement merged 1 commit into
kivy:masterfrom
kived:copy-libs

Conversation

@kived

@kived kived commented Jan 8, 2016

Copy link
Copy Markdown
Contributor

Adds copy libs support back to revamp, similar to old toolchain. This copies libraries and shared objects to the APK rather than using biglink to add them to libpymodules.so, which is required for some use cases where C extension modules have naming conflicts.

@inclement

Copy link
Copy Markdown
Member

I've allowed merge conflicts to arise here, but I can do the merge manually.

Is it necessary to avoid the biglink this way? With python3 I just skipped the biglink entirely, and copying the .so files in their in-place relative positions seemed to work (with python modules), but I didn't fully follow your changes and I probably don't understand the subtlety of the linking anyway.

On that note, do you think the python3 method should also be switched to something like this?

inclement added a commit that referenced this pull request Jan 13, 2016
@inclement inclement merged commit b2c18e4 into kivy:master Jan 13, 2016
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