set to python 3.1 in scons config.

This commit is contained in:
Campbell Barton
2010-01-19 21:42:01 +00:00
parent a8a5defc0c
commit 886a5bca08
5 changed files with 5 additions and 5 deletions

View File

@@ -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_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = 'python'
BF_PYTHON_LIB = 'python25'