Disable zlib on mingw Windows build to avoid dependency on zlib (#15493)
commit51a11b68c52034f0c6beef9f62dfa1c9d33761f0
authorJohan Lorensson <lateralusx.github@gmail.com>
Mon, 1 Jul 2019 23:15:38 +0000 (2 01:15 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 1 Jul 2019 23:15:37 +0000 (2 01:15 +0200)
tree0f4b93e5ecbb736c6b6b3097ce964871c1377011
parent1a1e921efe8b642b240b91a5455ecd359ba544dd
Disable zlib on mingw Windows build to avoid dependency on zlib (#15493)

#4484 broke Windows mingw build due to new dependency, zlib1.dll not available in PATH on build bots. Disabling for now until we know how this should be handled (and also fixed for MSVC build runtime).
mono/metadata/debug-mono-ppdb.c
mono/mini/Makefile.am.in