Update install.sh
This commit is contained in:
parent
8298055a45
commit
cb32c8c4af
|
|
@ -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…
Reference in New Issue