Update install.sh

pull/109/head
midoks 3 years ago
parent 8298055a45
commit cb32c8c4af
  1. 3
      plugins/php/versions/80/install.sh

@ -49,10 +49,7 @@ if [ $sysName == 'Darwin' ]; then
export LDFLAGS="-L/usr/local/opt/libxml2/lib"
else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype"
OPTIONS="${OPTIONS} --with-gd"
OPTIONS="${OPTIONS} --with-curl"
OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi

Loading…
Cancel
Save