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

BLD: Try to adapt library finder for Cygwin #6

Closed
wants to merge 1 commit into from

Conversation

DWesl
Copy link
Owner

@DWesl DWesl commented Apr 30, 2022

The pattern is lib${name}.dll.a for just about anything. For example, libjpeg.dll.a

Fixes python-pillow#6216.

Changes proposed in this pull request:

  • Use the Cygwin import library naming pattern for finding import libraries on Cygwin

The pattern is `lib${name}.dll.a` for just about anything.  For example, `libjpeg.dll.a`
@DWesl
Copy link
Owner Author

DWesl commented May 2, 2022

This is untested, and the bug is actually in setuptools, not pillow. Closing.

@DWesl DWesl closed this May 2, 2022
DWesl pushed a commit that referenced this pull request Mar 11, 2023
DWesl pushed a commit that referenced this pull request Mar 12, 2024
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.

1 participant