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:
authorCampbell Barton <ideasman42@gmail.com>2011-03-12 04:03:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-12 04:03:15 +0300
commitc786a2c80506397f64d3bc3ad91d97774e867d8d (patch)
treeb013f1096ef12461c17d4f5c5a9dcf8a45933ac5 /build_files/scons/config/aix4-config.py
parenta001b3f0728c046dbc67612877adbb83eae9c411 (diff)
edit scons to use py3.2 on all os's and use 'm' abiflag on linux since this is the most common.
Diffstat (limited to 'build_files/scons/config/aix4-config.py')
-rw-r--r--build_files/scons/config/aix4-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/config/aix4-config.py b/build_files/scons/config/aix4-config.py
index c3c28d27e6e..e8004338271 100644
--- a/build_files/scons/config/aix4-config.py
+++ b/build_files/scons/config/aix4-config.py
@@ -8,7 +8,7 @@ WITH_BF_VERSE = 'false'
BF_VERSE_INCLUDE = "#extern/verse/dist"
BF_PYTHON = LCGDIR+'/python'
-BF_PYTHON_VERSION = '3.1'
+BF_PYTHON_VERSION = '3.2'
WITH_BF_STATICPYTHON = 'true'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'