patch from Stukfruit in IRC

This commit is contained in:
Campbell Barton
2009-08-10 13:21:01 +00:00
parent 90e2ffd538
commit eafef35cd8
2 changed files with 5 additions and 4 deletions

View File

@@ -209,10 +209,10 @@ IF(WIN32)
ENDIF(CMAKE_CL_64)
SET(PYTHON ${LIBDIR}/python)
SET(PYTHON_VERSION 2.6)
SET(PYTHON_VERSION 3.1)
SET(PYTHON_INC "${PYTHON}/include/python${PYTHON_VERSION}")
SET(PYTHON_BINARY python)
SET(PYTHON_LIB python26)
SET(PYTHON_LIB python31)
SET(PYTHON_LIBPATH ${PYTHON}/lib)
IF(CMAKE_CL_64)