Update install.sh

This commit is contained in:
midoks 2022-07-16 13:30:38 +08:00
parent 1ca2f3eb0c
commit 23d3a5351d
1 changed files with 0 additions and 2 deletions

View File

@ -45,9 +45,7 @@ if [ $sysName == 'Darwin' ]; then
# OPTIONS="${OPTIONS} --enable-zip"
else
OPTIONS='--without-iconv'
# OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-curl"
# OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi
IS_64BIT=`getconf LONG_BIT`