Update install.sh

This commit is contained in:
midoks 2022-06-26 05:12:24 +08:00
parent 8298055a45
commit cb32c8c4af
1 changed files with 0 additions and 3 deletions

View File

@ -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