Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2014-03-04 23:31:07 +0400
committerJens Verwiebe <info@jensverwiebe.de>2014-03-04 23:31:20 +0400
commitac7fba322dddebe28e818f5a3a5af2e60bca2850 (patch)
treee3ac7e4ee702e778abfc86433ace8a970066a401
parent7cb8b6f538b735e0e6019663b36d39b54491b5ac (diff)
OSX/cmake: copy release/site-packages for OSX ( static py for now )
-rw-r--r--source/creator/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 10421ef5fb9..b8495c28c34 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -839,6 +839,11 @@ elseif(APPLE)
${CMAKE_CURRENT_BINARY_DIR}/python
\${TARGETDIR_VER}
)
+ # copy site-packages files
+ install_dir(
+ ${LIBDIR}/release/site-packages
+ ${CMAKE_CURRENT_BINARY_DIR}/python/lib/python3.3/site-packages
+ )
endif()