Change some dynamically loaded library names to reflect the new build infrastructure

This commit is contained in:
RichardG867
2021-11-08 23:54:41 -03:00
parent e0c2d2f30b
commit 02df33d1aa
3 changed files with 14 additions and 6 deletions

View File

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