From a4b4b219085de40612e8f8b65ab994e305ea4eee Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Mon, 15 Nov 2021 10:03:56 -0600 Subject: dependencies/zlib: Add system zlib method for android The same method that the BSDs use should also work for android. Also update the tests and docs where appropriate. --- docs/markdown/Dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index db8623a..86084ea 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -711,7 +711,7 @@ $ wx-config --libs std stc ## Zlib Zlib ships with pkg-config and cmake support, but on some operating -systems (windows, macOs, FreeBSD, dragonflybsd), it is provided as +systems (windows, macOs, FreeBSD, dragonflybsd, android), it is provided as part of the base operating system without pkg-config support. The new System finder can be used on these OSes to link with the bundled version. -- cgit v1.1