[Bf-blender-cvs] [ac7fba3] master: OSX/cmake: copy release/site-packages for OSX ( static py for now )

Jens Verwiebe noreply at git.blender.org
Tue Mar 4 20:32:12 CET 2014


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()




More information about the Bf-blender-cvs mailing list