Skip to content

Commit 33eee0b

Browse files
committed
Use latest zlib
1 parent fe0030f commit 33eee0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ build/lib/liblzma.so :
4141

4242
build/lib/libz.a :
4343
# Version not yet available in dev.kiwix.org
44-
wget -N https://zlib.net/zlib-1.3.tar.gz
44+
wget -N https://zlib.net/zlib-1.3.1.tar.gz
4545
tar xf zlib-*.tar.gz
4646
cd zlib-*/ ; emconfigure ./configure --prefix=`pwd`/../build
4747
cd zlib-*/ ; emmake make

0 commit comments

Comments
 (0)