Added specific external libary locations for OSX/darwin that override the

defaults in the lib tree (see instructions in ../readme.txt).
Maarten (mail@maartengribnau.com)
This commit is contained in:
Maarten Gribnau 2002-11-03 22:43:28 +00:00
parent 3911080ab0
commit 18db5b8676

@ -100,6 +100,12 @@ all debug::
ifeq ($(OS),darwin)
ID = $(shell whoami)
HOST = $(shell hostname -s)
# MAART: override libraries locations to use fink installed libraries
export NAN_OPENSSL = /sw
export NAN_JPEG = /sw
export NAN_PNG = /sw
export NAN_PYTHON = $(LCGDIR)/python
export NAN_PYTHON_VERSION = 2.2
endif
ifeq ($(OS),freebsd)
ID = $(shell whoami)