Flip freetype back to the old name on Windows to ease upgrading (at least on 32-bit builds)

This commit is contained in:
RichardG867
2021-11-12 21:54:05 -03:00
parent bfe19db5b4
commit e6fddf9823
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@
#ifdef _WIN32
# define PATH_FREETYPE_DLL "libfreetype-6.dll"
# define PATH_FREETYPE_DLL "libfreetype.dll"
#else
# define PATH_FREETYPE_DLL "libfreetype.so.6"
#endif