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