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
This commit is contained in:
Martijn Berger
2015-05-30 09:27:13 +02:00
parent 36d47ce203
commit 1d34d3ee06

View File

@@ -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}\"
)