Minor modifications...

This commit is contained in:
2018-12-06 23:53:07 +09:00
parent 14f097c6c2
commit 6b63c62783
+1 -1
View File
@@ -40,7 +40,7 @@ fi
if [ "$BITCHK" = 64 ]; then
if [ ! -f "lib/zlib/Makefile" ]; then
cd lib/zlib
./configure
./configure --64
cd ../..
fi
else