Update install.sh

pull/109/head
midoks 6 years ago
parent f43edf292b
commit a696e8d018
  1. 1
      plugins/php/versions/55/install.sh

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

Loading…
Cancel
Save