mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
Revert to old freetype DLL name
This commit is contained in:
parent
15b3507c81
commit
79d974ee7f
2 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ EOF
|
|||
[ "$arch" = "32" -a -d "/c/Program Files (x86)" ] && pf="/c/Program Files (x86)"
|
||||
|
||||
# Archive freetype from local MSYS installation.
|
||||
.ci/static2dll.sh -p freetype2 /$MSYSTEM/lib/libfreetype.a archive_tmp/libfreetype.dll
|
||||
.ci/static2dll.sh -p freetype2 /$MSYSTEM/lib/libfreetype.a archive_tmp/freetype.dll
|
||||
|
||||
# Archive Ghostscript DLL from local official distribution installation.
|
||||
for gs in "$pf"/gs/gs*.*.*
|
||||
|
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
|
||||
#ifdef _WIN32
|
||||
# define PATH_FREETYPE_DLL "libfreetype.dll"
|
||||
# define PATH_FREETYPE_DLL "freetype.dll"
|
||||
#else
|
||||
# define PATH_FREETYPE_DLL "libfreetype.so.6"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue