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

Add -ignore-glob argument #305

Merged
merged 1 commit into from Jul 15, 2018
Merged

Conversation

thestr4ng3r
Copy link
Contributor

We are shipping a whole build of python inside the AppImage in https://github.com/radareorg/cutter, including some packages installed with pip, which come with a few shared libraries under /usr/lib/python3.6/site-packages that are loaded dynamically and should not be touched by linuxdeployqt.

-exclude-libs is not really an option for us since we don't necessarily know the exact filenames of the libraries, so we now use -ignore-glob=usr/lib/python3.6/**, which gets the job done.

@probonopd probonopd merged commit b9b3321 into probonopd:master Jul 15, 2018
@probonopd
Copy link
Owner

Thank you very much @thestr4ng3r

thestr4ng3r added a commit to rizinorg/cutter that referenced this pull request Jul 15, 2018
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.

None yet

2 participants