From 407dc56f4080b51d90b586db2065a887dba7ba43 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 29 Nov 2024 03:13:41 +0800 Subject: [PATCH] Update install.sh --- plugins/php/versions/83/install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/php/versions/83/install.sh b/plugins/php/versions/83/install.sh index fb703e87b..93e237c5d 100755 --- a/plugins/php/versions/83/install.sh +++ b/plugins/php/versions/83/install.sh @@ -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