From: Andy Spencer Date: Thu, 16 Feb 2012 21:48:53 +0000 (-0800) Subject: Fix cppflags for mac build X-Git-Url: http://pileus.org/git/?p=~andy%2Faweather-pkg;a=commitdiff_plain;h=1e437fa9b1d818a014416c4acf6bdcaa10a04ffe Fix cppflags for mac build --- 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 \