Skip to content

Check for 'z' library before fallbacking to subproject

Xavier Claessens requested to merge xclaesse/glib:libz-fallback into master

This avoids compiling libz from subproject when it's available on the platform but without a .pc file, like in Android NDK.

Merge request reports