Use more proper .dll.a.

This commit is contained in:
Themaister 2011-08-19 18:50:05 +02:00
parent 1d95b5ee22
commit 1fe83ab25a

View File

@ -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)