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>2009-08-17 11:34:41 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-08-17 11:34:41 +0400
commit22e68ba1bba88b07f63fbe22f0f1809611d44983 (patch)
tree3dc818597b2aa04958bc05a9aa1a0bb39cad5a96 /source/creator
parenta3b317daf7fbaa2359afbfdf0524b590d3622f2e (diff)
scons support for extracting python from the system on unix os's
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index c3931a0df1f..a0ebf627e2c 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -121,6 +121,7 @@ IF(WITH_INSTALL)
)
# Copy the systems python into the install directory
+ # Scons copy in tools/Blender.py
ADD_CUSTOM_COMMAND(
TARGET blender POST_BUILD MAIN_DEPENDENCY blender
COMMENT "copying a subset of the systems python..."