Commit 8acd67b3 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix have_zlib is not set for android build

parent 323c3b42
......@@ -194,6 +194,7 @@ esac
if test "x$android_build" = "xyes"; then
# Use zlib provided by NDK
SRC_LIBS="-lz $SRC_LIBS"
have_zlib=yes
else
PKG_CHECK_MODULES([ZLIB], [zlib >= 1.2.3], [have_zlib=yes], [have_zlib=no])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment