[Bf-blender-cvs] [1d34d3e] master: python tar.gz changed structure due to python.exe being added. remove /lib/ from cmake as lib and bin are both in the tar.gz

Martijn Berger noreply at git.blender.org
Sat May 30 09:30:26 CEST 2015


Commit: 1d34d3ee06ea8fcb4f4ed787fc0ac0c2e4a97689
Author: Martijn Berger
Date:   Sat May 30 09:27:13 2015 +0200
Branches: master
https://developer.blender.org/rB1d34d3ee06ea8fcb4f4ed787fc0ac0c2e4a97689

python tar.gz changed structure due to python.exe being added.
remove /lib/ from cmake as lib and bin are both in the tar.gz

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

M	source/creator/CMakeLists.txt

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

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 5e0288e..eb91277 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -650,9 +650,9 @@ elseif(WIN32)
 
 				execute_process(
 					COMMAND \${CMAKE_COMMAND} -E make_directory
-					        \"\${CMAKE_INSTALL_PREFIX}/${BLENDER_VERSION}/python/lib\"
+					        \"\${CMAKE_INSTALL_PREFIX}/${BLENDER_VERSION}/python\"
 					COMMAND \${CMAKE_COMMAND} -E
-					        chdir \"\${CMAKE_INSTALL_PREFIX}/${BLENDER_VERSION}/python/lib\"
+					        chdir \"\${CMAKE_INSTALL_PREFIX}/${BLENDER_VERSION}/python\"
 					        \${CMAKE_COMMAND} -E
 					        tar xzfv \"\${PYTHON_ZIP}\"
 				)




More information about the Bf-blender-cvs mailing list