Update install.sh

pull/109/head
midoks 3 years ago
parent 425b0f51df
commit 90b3a6a272
  1. 2
      plugins/php/versions/73/install.sh

@ -39,7 +39,7 @@ if [ $sysName == 'Darwin' ]; then
else else
OPTIONS="--with-iconv=${serverPath}/lib/libiconv" OPTIONS="--with-iconv=${serverPath}/lib/libiconv"
OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype_old" OPTIONS="${OPTIONS} --with-freetype-dir=${serverPath}/lib/freetype_old"
OPTIONS="${OPTIONS} --with-gd --enable-gd-native-ttf" OPTIONS="${OPTIONS} --with-gd"
OPTIONS="${OPTIONS} --with-curl" OPTIONS="${OPTIONS} --with-curl"
OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip" OPTIONS="${OPTIONS} --with-libzip=${serverPath}/lib/libzip"
fi fi

Loading…
Cancel
Save