Update install.sh

This commit is contained in:
Mr Chen 2024-11-29 03:13:41 +08:00
parent bdfc044783
commit 407dc56f40
1 changed files with 0 additions and 3 deletions

View File

@ -71,9 +71,6 @@ fi
cd $sourcePath/php/php${PHP_VER}
OPTIONS='--without-iconv'
# if [ $sysName == 'Darwin' ]; then
# OPTIONS="${OPTIONS} --with-curl"
# fi
argon_version=`pkg-config libargon2 --modversion`
if [ "$?" == "0" ];then