From 2398bca035c2314d82dd00b99d109b54e413668d Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 14 Jul 2020 15:04:02 +0800 Subject: [PATCH] Update imagemagick.sh --- plugins/php/versions/74/imagemagick.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/plugins/php/versions/74/imagemagick.sh b/plugins/php/versions/74/imagemagick.sh index ff2f52650..d46ecfa78 100755 --- a/plugins/php/versions/74/imagemagick.sh +++ b/plugins/php/versions/74/imagemagick.sh @@ -44,10 +44,8 @@ Install_lib() cd $php_lib/${LIBNAME}-${LIBV} $serverPath/php/$version/bin/phpize - LIB_DEPEND_DIR=`brew info imagemagick | grep /usr/local/Cellar/imagemagick | cut -d \ -f 1 | awk 'END {print}'` ./configure --with-php-config=$serverPath/php/$version/bin/php-config \ - --with-imagick=$LIB_DEPEND_DIR - make && make install && make clean + && make clean && make && make install && make clean fi