modified the default path to python for macosX to /sw

which is where fink puts it.

Kent
This commit is contained in:
2003-01-10 16:15:49 +00:00
parent b6d3351af4
commit 3dbf2235e4

View File

@@ -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