Update imagemagick.sh

pull/708/head
Mr Chen 3 months ago
parent 232db27a15
commit af6403d752
  1. 4
      plugins/php/versions/common/imagemagick.sh

@ -68,6 +68,10 @@ Install_lib()
OPTIONS="$OPTIONS --build=aarch64-unknown-linux-gnu --host=aarch64-unknown-linux-gnu"
fi
if [ "$version" -gt "74" ];then
OPTIONS="$OPTIONS --disable-openmp"
if
$serverPath/php/$version/bin/phpize
./configure --with-php-config=$serverPath/php/$version/bin/php-config $OPTIONS
make clean && make && make install && make clean

Loading…
Cancel
Save