Improved copying imagequant libraries by radarhere · Pull Request #8420 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 1 commit intopython-pillow:mainfrom
Sep 28, 2024Merged
Improved copying imagequant libraries#8420
hugovk merged 1 commit intopython-pillow:mainfrom
Improved copying imagequant libraries#8420
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
#8407 updated the path to shared libraries in libimagequant to allow for usr/lib64.
I've made two improvements here.
- The previous PR didn't update the path to copy from for the caching mechanism. This is inconsistent, and might cause problems one day.
- I found that the path for Debian is usr/lib/x86_64-linux-gnu. Rather than adding a third possible path, I've used
findto allow for the path to vary.
radarhere
added
the
Dependency
label
radarhere
force-pushed
the
libimagequant_lib64
branch
from
02220ce to
e976096
Compare
radarhere
changed the title
Shared imagequant libraries may be located within usr/lib64
Improved copying imagequant libraries
hugovk
merged commit
58ef920
into
python-pillow:main
radarhere
deleted the
libimagequant_lib64
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment