OSX/python: update to py 3.4

This commit is contained in:
Jens Verwiebe
2014-04-15 14:12:06 +02:00
parent ea99efeb2c
commit cddbe87ae5
2 changed files with 4 additions and 4 deletions

View File

@@ -1642,8 +1642,8 @@ elseif(APPLE)
endif()
if(WITH_PYTHON)
# we use precompiled libraries for py 3.3 and up by default
set(PYTHON_VERSION 3.3)
# we use precompiled libraries for py 3.4 and up by default
set(PYTHON_VERSION 3.4)
if(NOT WITH_PYTHON_MODULE AND NOT WITH_PYTHON_FRAMEWORK)
# normally cached but not since we include them with blender
set(PYTHON_INCLUDE_DIR "${LIBDIR}/python/include/python${PYTHON_VERSION}m")