Update imagemagick.sh

pull/109/head
midoks 5 years ago
parent 07e07e6423
commit 2398bca035
  1. 4
      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

Loading…
Cancel
Save