Skip to content

Don't depend on zlib.dll on windows. - #12274

Open
AndreasPK wants to merge 1 commit into
haskell:masterfrom
AndreasPK:apk/fix-win-zlib
Open

Don't depend on zlib.dll on windows.#12274
AndreasPK wants to merge 1 commit into
haskell:masterfrom
AndreasPK:apk/fix-win-zlib

Conversation

@AndreasPK

Copy link
Copy Markdown
Collaborator

zlib.DLL might not be available, for example if we build in a msys env, but run under powershell. Fixes #12272


Template B: This PR does not modify behaviour or interface

E.g. the PR only touches documentation or tests, does refactorings, etc.

Include the following checklist in your PR:

  • Patches conform to the coding conventions.
  • Is this a PR that fixes CI? If so, it will need to be backported to older cabal release branches (ask maintainers for directions).

It might not be available, for example if we build in a msys env, but run under powershell.
Fixes haskell#12272

@Mikolaj Mikolaj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

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.

windows: cabal-install built in msys-shell links against msys env specific dlls.

3 participants