Fix zlib-ng bug.

This commit is contained in:
2023-10-15 00:19:22 +09:00
parent 932381c98d
commit 84cf5a2125
+7
View File
@@ -40,6 +40,13 @@ if [ ! -f "lib/pcre/configure" ]; then
cd ../..
fi
### ZLIB reconf
if [ ! -f "lib/zlib-ng/configure" ]; then
cd lib/zlib-ng
./configure
cd ../..
fi
### ZLIB reconf
#if [ "$BITCHK" = 64 ]; then
# if [ ! -f "lib/zlib/Makefile" ]; then