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:
@@ -100,6 +100,12 @@ all debug::
|
|||||||
ifeq ($(OS),darwin)
|
ifeq ($(OS),darwin)
|
||||||
ID = $(shell whoami)
|
ID = $(shell whoami)
|
||||||
HOST = $(shell hostname -s)
|
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
|
endif
|
||||||
ifeq ($(OS),freebsd)
|
ifeq ($(OS),freebsd)
|
||||||
ID = $(shell whoami)
|
ID = $(shell whoami)
|
||||||
|
Reference in New Issue
Block a user