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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-02-01 12:38:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-02-01 12:38:34 +0300
commit8aef306a42e6a8d3d85bc04321ef247f79973131 (patch)
tree10643d61fb2c28954e316c2597321b2ab1f9509b /source/creator
parentb3daf92f7e6f8a6a1b7a9f0db3aa9d5769a1c501 (diff)
CMake: Attempt to fix wrong installation folder for requests on OSX
Diffstat (limited to 'source/creator')
-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 0b3cf5ff18c..72c51e4dd71 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