Use more proper .dll.a.
This commit is contained in:
parent
1d95b5ee22
commit
1fe83ab25a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue