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
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2007-02-28 07:51:13 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-02-28 07:51:13 +0300
commit113fa75449f9b945d5706b646338e4968de626a8 (patch)
treee92372368486ac4971dff3dfa50320a347d46ea5 /config/darwin-config.py
parent780177ec13ed806283a15e13ecfdf61c18f5650c (diff)
=== SCons ===
Update configs to use Python 2.5. To quote from IRC: 07:17 * stivs waves his +5 Mouse of Power and authorizes jestie to update all of scons to py 2.5. 07:17 < stivs> let the screaming begin!
Diffstat (limited to 'config/darwin-config.py')
-rw-r--r--config/darwin-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index ef64de1f6ec..ee386e8ca76 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -5,7 +5,7 @@ WITH_BF_VERSE = 'false'
BF_VERSE_INCLUDE = "#extern/verse/dist"
BF_PYTHON = '/System/Library/Frameworks/Python.framework/Versions/'
-BF_PYTHON_VERSION = '2.3'
+BF_PYTHON_VERSION = '2.5'
BF_PYTHON_INC = '${BF_PYTHON}${BF_PYTHON_VERSION}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = '${BF_PYTHON}${BF_PYTHON_VERSION}/bin/python${BF_PYTHON_VERSION}'
BF_PYTHON_LIB = ''