From 1e437fa9b1d818a014416c4acf6bdcaa10a04ffe Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Thu, 16 Feb 2012 13:48:53 -0800 Subject: [PATCH] Fix cppflags for mac build --- mac/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/Makefile b/mac/Makefile index 02a79cb..4caa879 100644 --- a/mac/Makefile +++ b/mac/Makefile @@ -49,7 +49,7 @@ aweather-gen: cd $(MAC_AWEATHER); \ PKG_CONFIG_PATH="$(MAC_GRITS)/src" \ LDFLAGS="-L$(MAC_GRITS)/src/.libs" \ - CPPFLAGS=dir="-I$(MAC_GRITS)/include" \ + CPPFLAGS="-I$(MAC_GRITS)/include/grits" \ jhbuild run ./autogen.sh \ --enable-relative \ --enable-shared \ -- 2.43.2