fix freetype dependencies

This commit is contained in:
Archie Halliwell
2022-12-12 11:57:54 +11:00
committed by Hector Martin
parent 43de8436d6
commit 561041a71c

View File

@@ -33,7 +33,7 @@ DIR_LIBS = \
$(DEVKITPRO)/libogc/lib/wii \
$(DEVKITPRO)/portlibs/ppc/lib
LIBS = mxml freetype png z db fat wiiuse bte ogc m
LIBS = mxml freetype bz2 png z db fat wiiuse bte ogc m
MACHDEP = -g -DGEKKO -mrvl -mcpu=750 -meabi -mhard-float
CFLAGS = $(MACHDEP) -Os -Wall -DBASE_ADDR=$(BASE_ADDR) $(DIR_INCLUDES:%=-I%)