windows/msys/Mkefile: add gd formats option

This fixes 'gd image support has been disabled' in test cases of operating gd image, like gd/gd_im2im.c.
master
willson-chen 2019-10-10 14:50:51 +08:00 committed by Mike Frysinger
parent 619e71501e
commit 84c49063f9
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ LIBVER=3.0.1
# Misc. config flags.
CDEFS=-DHAVE_ICONV -DHAVE_ICONV_H \
-DHAVE_ICONV_T_DEF -DHAVE_INTTYPES_H \
-DHAVE_STDINT_H -DHAVE_VISIBILITY -DICONV_CONST
-DHAVE_STDINT_H -DHAVE_VISIBILITY -DICONV_CONST \
-DENABLE_GD_FORMATS=1
# GnuWin32 libs should all be installed in one place.
GNUDIR=/c/tools/GnuWin32