mesonbuild / meson

The Meson Build System
http://mesonbuild.com
Apache License 2.0
5.3k stars 1.52k forks source link

Use dl instead of zlib for checking an external dependency #13133

Closed tristan957 closed 3 weeks ago

tristan957 commented 3 weeks ago

Fedora has switched to zlib-ng, which has a version of 1.3.0.zlib-ng, causing AllPlatformTests.test_summary to fail. dl is much less likely to change format.