aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorN.N. <sevyves@users.sourceforge.net>2009-10-12 19:48:35 +0000
committerN.N. <sevyves@users.sourceforge.net>2009-10-12 19:48:35 +0000
commit42a7224336dd60ef6ae53ae8a5c446e11c9c8148 (patch)
tree35bf66d0f2996ab00c2508d36a62806a67010eff /Makefile.in
parentf7d4f43f4189ef0bbff13c81cb93bd923b9a6550 (diff)
changed path to opencv framework on osx
svn path=/trunk/externals/pdp_opencv/; revision=12582
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in2
1 files changed, 1 insertions, 1 deletions
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