Update gd_old.sh

This commit is contained in:
Mr Chen 2024-11-27 15:52:17 +08:00
parent 0e6ea7cb7e
commit 5a800ac1b2
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ Install_lib()
--with-png-dir \
--with-webp-dir \
--with-zlib-dir \
--enable-gd-jis-conv
# --with-freetype-dir=${serverPath}/lib/freetype_old
--enable-gd-jis-conv \
--with-freetype-dir=${serverPath}/lib/freetype_old
# --enable-gd-native-ttf
make clean && make && make install && make clean