Update install.sh
This commit is contained in:
parent
bdfc044783
commit
407dc56f40
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue