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:
authorMatt Ebb <matt@mke3.net>2009-08-03 04:58:50 +0400
committerMatt Ebb <matt@mke3.net>2009-08-03 04:58:50 +0400
commit8d3b3780d0f91567f6ab842bebd2dbd18db4d49a (patch)
tree42f1c58b59ba662089d0bbffcebab26bd5b7436f
parent1517ef9d9e13bb3cbb09d4865e90a2fd2a79da59 (diff)
* small fix for python versions
-rw-r--r--config/darwin-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/darwin-config.py b/config/darwin-config.py
index decf1a206d5..d6fcb14b4a9 100644
--- a/config/darwin-config.py
+++ b/config/darwin-config.py
@@ -27,6 +27,8 @@ else :
LCGDIR = '#../lib/darwin-8.x.i386'
LIBDIR = '${LCGDIR}'
+BF_PYTHON_VERSION = '3.1'
+
if MAC_PROC== 'powerpc' and BF_PYTHON_VERSION == '2.3':
MAC_MIN_VERS = '10.3'
MACOSX_SDK='/Developer/SDKs/MacOSX10.3.9.sdk'
@@ -47,8 +49,6 @@ if USE_SDK==True:
#BF_FFMPEG_LIBPATH='${BF_FFMPEG}/lib'
#BF_FFMPEG_LIB = 'avformat.a avcodec.a avutil.a'
-BF_PYTHON_VERSION = '3.1'
-
if BF_PYTHON_VERSION=='3.1':
# python 3.1 uses precompiled libraries in bf svn /lib by default