win32 mingw works again with cmake

This commit is contained in:
Campbell Barton
2010-09-15 14:36:32 +00:00
parent 84c4062928
commit d5ee95644d
2 changed files with 16 additions and 3 deletions

View File

@@ -369,7 +369,7 @@ IF(WIN32)
SET(PYTHON_VERSION 3.1)
SET(PYTHON_INC "${PYTHON}/include/python${PYTHON_VERSION}")
# SET(PYTHON_BINARY python) # not used yet
SET(PYTHON_LIB python31)
SET(PYTHON_LIB python31mw)
SET(PYTHON_LIBPATH ${PYTHON}/lib)
ENDIF(WITH_PYTHON)