Skip to content

zlib: add script to import zlib from upstream

Brad King requested to merge brad.king/cmake:update-zlib into master

Convert the vendored zlib to our modern convention for importing and updating third-party libraries. For now, use zlib 1.2.3, the same version we manually vendored previously.

Drop the symbol mangling header. We don't do this for any other third-party libraries anymore, and our existing conditions for using external dependencies should prevent conflicts.

Merge request reports