aboutsummaryrefslogtreecommitdiff
path: root/patches/zlib/1.2.11/120-mingw-static-only.patch
Commit message (Collapse)AuthorAgeFilesLines
* Handle ming32 as a hostAlexey Neyman2017-05-241-0/+25
zlib refuses to run configure with mingw32 host and insists that win32/Makefile.gcc is used instead. This requires a change in this Makefile to support static-only builds. Fixes #694. Signed-off-by: Alexey Neyman <stilor@att.net>