Fix T46377: No python executable in 2.76 rc3 distribution for OSX

This commit is contained in:
Sergey Sharybin
2015-10-05 15:43:56 +05:00
parent 3b2ad704f5
commit 413036b0d8
2 changed files with 6 additions and 0 deletions

View File

@@ -948,6 +948,10 @@ elseif(APPLE)
${CMAKE_CURRENT_BINARY_DIR}/python/lib/python${PYTHON_VERSION}/site-packages
)
install(DIRECTORY ${LIBDIR}/python/bin
DESTINATION ${TARGETDIR_VER}/python
USE_SOURCE_PERMISSIONS
)
endif()
# install blenderplayer bundle - copy of blender.app above. re-using macros et al