X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ft2.c;h=e27f95b6cc23122bff8038a88421b298485d6e58;hb=e1dc56ddeb67dc2c67e08051628ae026fbb1b768;hp=6897c9a13aa67453ea40d9ea0301a46a3e6d1e72;hpb=c68cb9fffc8984a0928749f92d841b7749dd2577;p=xonotic%2Fdarkplaces.git diff --git a/ft2.c b/ft2.c index 6897c9a1..e27f95b6 100644 --- a/ft2.c +++ b/ft2.c @@ -170,7 +170,7 @@ qboolean Font_OpenLibrary (void) const char* dllnames [] = { #if defined(WIN64) - #error path for freetype 2 dll + "freetype6_x64.dll", #elif defined(WIN32) "freetype6.dll", #elif defined(MACOSX)