From 413036b0d81d4c69e4faf97985c37d40ff6b6ec4 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 5 Oct 2015 15:43:56 +0500 Subject: Fix T46377: No python executable in 2.76 rc3 distribution for OSX --- source/creator/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source') diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt index a3589175197..8feb88278bf 100644 --- a/source/creator/CMakeLists.txt +++ b/source/creator/CMakeLists.txt @@ -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 -- cgit v1.2.3