From 5fa5095ab5014c2c4bc9d24fb05e105dd097e63e Mon Sep 17 00:00:00 2001 From: dborth Date: Wed, 16 Sep 2009 07:55:26 +0000 Subject: [PATCH] fix makefile --- Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.wii b/Makefile.wii index d03199c..2d47b09 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -96,7 +96,7 @@ export OFILES := $(addsuffix .o,$(BINFILES)) \ export INCLUDE := $(foreach dir,$(INCLUDES),-I$(CURDIR)/$(dir)) \ $(foreach dir,$(LIBDIRS),-I$(dir)/include) \ -I$(CURDIR)/$(BUILD) \ - -I$(LIBOGC_INC) + -I$(LIBOGC_INC) -I$(PORTLIBS)/include/freetype2 #--------------------------------------------------------------------------------- # build a list of library paths