edit scons to use py3.2 on all os's and use 'm' abiflag on linux since this is the most common.

This commit is contained in:
Campbell Barton
2011-03-12 01:03:15 +00:00
parent a001b3f072
commit c786a2c805
9 changed files with 13 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ LCGDIR = '#../lib/windows'
LIBDIR = '${LCGDIR}'
BF_PYTHON = LIBDIR + '/python'
BF_PYTHON_VERSION = '3.1'
BF_PYTHON_VERSION = '3.2'
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = 'python'
BF_PYTHON_LIB = 'python${BF_PYTHON_VERSION[0]}${BF_PYTHON_VERSION[2]}mw'