Build fails because zlib URL is 404
Closed this issue · 0 comments
singingwolfboy commented
When installing this project, it tries to download the source code for zlib
at this URL: https://zlib.net/zlib-1.2.12.tar.gz However, that URL results in a 404.
It would be better if there was a way to link to the system-installed zlib
, instead of compiling it here.