[Bf-blender-cvs] [8aef306] master: CMake: Attempt to fix wrong installation folder for requests on OSX

Sergey Sharybin noreply at git.blender.org
Mon Feb 1 10:40:23 CET 2016


Commit: 8aef306a42e6a8d3d85bc04321ef247f79973131
Author: Sergey Sharybin
Date:   Mon Feb 1 10:38:34 2016 +0100
Branches: master
https://developer.blender.org/rB8aef306a42e6a8d3d85bc04321ef247f79973131

CMake: Attempt to fix wrong installation folder for requests on OSX

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 0b3cf5f..72c51e4 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -981,7 +981,7 @@ elseif(APPLE)
 		# copy site-packages files
 		install_dir(
 			${LIBDIR}/release/site-packages
-			${CMAKE_CURRENT_BINARY_DIR}/python/lib/python${PYTHON_VERSION}/site-packages
+			${CMAKE_CURRENT_BINARY_DIR}/python/lib/python${PYTHON_VERSION}
 		)
 
 		install(DIRECTORY ${LIBDIR}/python/bin




More information about the Bf-blender-cvs mailing list