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/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2009-07-16 03:26:24 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-07-16 03:26:24 +0400
commitce431c5c6e17877846812bab2d6bf9f8dc40fd48 (patch)
tree134818f998cf5fa59c2dcb560eb1e3f29b83676b /config
parent7dc0083921f84ec0dc8139626e0fc944532a0b19 (diff)
make py3.1 default for mingw/scons too.
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index eab373d2553..1223a4c49e9 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -2,7 +2,7 @@ LCGDIR = '#../lib/windows'
LIBDIR = "${LCGDIR}"
BF_PYTHON = LIBDIR + '/python'
-BF_PYTHON_VERSION = '2.5'
+BF_PYTHON_VERSION = '3.1'
#BF_PYTHON_VERSION = '2.6'
WITH_BF_STATICPYTHON = False
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'