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

@@ -6,7 +6,7 @@ LIBDIR = "${LCGDIR}"
BF_PYTHON = '/usr/local'
BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
BF_PYTHON_VERSION = '3.1'
BF_PYTHON_VERSION = '3.2'
WITH_BF_STATICPYTHON = False
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'
BF_PYTHON_BINARY = '${BF_PYTHON}/bin/python${BF_PYTHON_VERSION}'