Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/nan_definitions.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_definitions.mk b/source/nan_definitions.mk
index eab31f78ee1..c5bdf464885 100644
--- a/source/nan_definitions.mk
+++ b/source/nan_definitions.mk
@@ -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