aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-07-01 12:07:35 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-07-01 12:07:35 +0000
commit4e8317b10505a13395bb3b8e6563fe38237c8236 (patch)
tree9132b7e1a48cabfdf777f79e734ebf4cc72ab958 /Makefile
parent206187879825db5e19f5d933a69ba723c55f937f (diff)
added MACOSX_DEPLOYMENT_TARGET since it asks for it sometimes
svn path=/trunk/externals/pdp_opencv/; revision=10129
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86f3599..87e4d27 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,8 @@ ifeq ($(UNAME),Linux)
EXTENSION = pd_linux
endif
ifeq ($(UNAME),Darwin)
- OPENCV_DIR = ../pix_opencv/opencv-1.0.0
+ export MACOSX_DEPLOYMENT_TARGET = 10.3
+ OPENCV_DIR = /Users/pd/opencv-1.0.0
INCLUDES += -I$(OPENCV_DIR)/cv/include -I$(OPENCV_DIR)/cxcore/include -I$(OPENCV_DIR)/cvaux/include -I/sw/include
LDFLAGS = -bundle -undefined dynamic_lookup
LIBS = -lm $(OPENCV_DIR)/build/cv/src/.libs/lib_cv.a -L/sw/lib