graphics

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e7db2affaac02d4d96c8a945e797abb9b97a51fb
parent a6ab17c1a16640173cf8776f40502fbb12a2844e
Author: Brian Swetland <swetland@frotz.net>
Date:   Fri, 21 Jun 2013 00:30:48 -0700

build: include freetype in default host include path

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -24,6 +24,7 @@ SDLLIBS := $(shell $(SDLCFG) --static-libs) HOST_CFLAGS := $(SDLFLAGS) -Wall -g -O2 HOST_CFLAGS += -std=c++0x HOST_CFLAGS += -Icommon +HOST_CFLAGS += -Ifreetype-2.5.0.1/include #HOST_CFLAGS += -ffunction-sections -fdata-sections HOST_LFLAGS := -static-libstdc++