From 42a7224336dd60ef6ae53ae8a5c446e11c9c8148 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 12 Oct 2009 19:48:35 +0000 Subject: changed path to opencv framework on osx svn path=/trunk/externals/pdp_opencv/; revision=12582 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b87c63b..49e352e 100755 --- a/Makefile.in +++ b/Makefile.in @@ -18,7 +18,7 @@ ifeq ($(UNAME),Linux) EXTENSION = pd_linux endif ifeq ($(UNAME),Darwin) - INCLUDES += -I/System/Library/Frameworks/OpenCV.framework/Headers/ + INCLUDES += -I/Library/Frameworks/OpenCV.framework/Headers/ LDFLAGS = -bundle -undefined dynamic_lookup LIBS = -lm -framework OpenCV EXTENSION = pd_darwin -- cgit v1.2.1