update libs needed

This commit is contained in:
Dave Murphy 2018-06-19 23:54:07 +01:00 committed by Hector Martin
parent 83cdf01ece
commit 0c13dfff85

View File

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