Custom python wasnt building without BF_PYTHON_LIBPATH set

This commit is contained in:
Campbell Barton 2009-03-16 02:39:56 +00:00
parent 8522b08e05
commit 89459e4a51
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ LCGDIR = '../lib/linux2'
LIBDIR = "${LCGDIR}"
BF_PYTHON = '/usr'
BF_PYTHON_LIBPATH = '${BF_PYTHON}/lib'
BF_PYTHON_VERSION = '2.5'
WITH_BF_STATICPYTHON = False
BF_PYTHON_INC = '${BF_PYTHON}/include/python${BF_PYTHON_VERSION}'