Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-03-04 23:45:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-04 23:45:29 +0400
commit40a276368d726bf386d0ddf65c9bed265a43eb09 (patch)
treecdcf7a4b6446987d3b40a5fa64438ae38270d910
parent5d74cac463742111999e15fb187d8457d1dd241a (diff)
Edit to last commit, use the version veriable
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index b8495c28c34..b8c97f8757d 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()