modified the default path to python for macosX to /sw
which is where fink puts it. Kent
This commit is contained in:
@@ -122,7 +122,7 @@ all debug::
|
||||
export NAN_ODE = $(LCGDIR)/ode
|
||||
# Override common python settings so that the python that comes with
|
||||
# OSX 10.2 in /usr/local/ is used.
|
||||
export NAN_PYTHON = /usr/local
|
||||
export NAN_PYTHON = /sw
|
||||
export NAN_PYTHON_VERSION = 2.2
|
||||
export NAN_PYTHON_BINARY = $(NAN_PYTHON)/bin/python$(NAN_PYTHON_VERSION)
|
||||
export NAN_MXTEXTTOOLS = $(shell $(NAN_PYTHON_BINARY) -c 'import mx; print mx.__path__[0]')/TextTools/mxTextTools/mxTextTools.so
|
||||
|
Reference in New Issue
Block a user