diff --git a/Makefile.win64 b/Makefile.win64 index f6601960ef..f46376cb30 100644 --- a/Makefile.win64 +++ b/Makefile.win64 @@ -75,7 +75,7 @@ endif ifeq ($(HAVE_FREETYPE), 1) OBJ += gfx/fonts.o DEFINES += -DHAVE_FREETYPE -Ifreetype2 - LIBS += -lfreetype-6 + LIBS += -lfreetype endif ifeq ($(DYNAMIC), 1)