Skip to content

Commit 315ef74

Browse files
committed
Bump zlib.
1 parent ce56973 commit 315ef74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ make install
118118
cd ..
119119
fi
120120

121-
if [ ! -d zlib-1.2.12 ]; then
122-
curl -L https://zlib.net/zlib-1.2.12.tar.gz -o zlib.tar.gz
121+
if [ ! -d zlib-1.2.13 ]; then
122+
curl -L https://zlib.net/zlib-1.2.13.tar.gz -o zlib.tar.gz
123123
tar -xf zlib.tar.gz
124-
cd zlib-1.2.12
124+
cd zlib-1.2.13
125125
./configure --prefix=${PREFIX} --static
126126
make -j$(nproc --all)
127127
make install

0 commit comments

Comments
 (0)