OSX bump python to 3.5
This commit is contained in:
@@ -1940,7 +1940,7 @@ elseif(APPLE)
|
||||
|
||||
if(WITH_PYTHON)
|
||||
# we use precompiled libraries for py 3.4 and up by default
|
||||
set(PYTHON_VERSION 3.4)
|
||||
set(PYTHON_VERSION 3.5)
|
||||
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")
|
||||
|
Reference in New Issue
Block a user