Commit: ac7fba322dddebe28e818f5a3a5af2e60bca2850
Author: Jens Verwiebe
Date:   Tue Mar 4 20:31:07 2014 +0100
https://developer.blender.org/rBac7fba322dddebe28e818f5a3a5af2e60bca2850

OSX/cmake: copy release/site-packages for OSX ( static py for now )

===================================================================

M       source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 10421ef..b8495c2 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()

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to