[Bf-blender-cvs] [40a2763] master: Edit to last commit, use the version veriable

Campbell Barton noreply at git.blender.org
Tue Mar 4 20:46:02 CET 2014


Commit: 40a276368d726bf386d0ddf65c9bed265a43eb09
Author: Campbell Barton
Date:   Wed Mar 5 06:45:29 2014 +1100
https://developer.blender.org/rB40a276368d726bf386d0ddf65c9bed265a43eb09

Edit to last commit, use the version veriable

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index b8495c2..b8c97f8 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -842,7 +842,7 @@ elseif(APPLE)
 		# copy site-packages files
 		install_dir(
 			${LIBDIR}/release/site-packages
-			${CMAKE_CURRENT_BINARY_DIR}/python/lib/python3.3/site-packages
+			${CMAKE_CURRENT_BINARY_DIR}/python/lib/python${PYTHON_VERSION}/site-packages
 		)
 
 	endif()




More information about the Bf-blender-cvs mailing list