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:
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript6
1 files changed, 5 insertions, 1 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index decbbf35642..543a0bf5ed6 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -11,13 +11,17 @@ SConscript(['avi/SConscript',
'imbuf/SConscript',
'imbuf/intern/cineon/SConscript',
'makesdna/SConscript',
- 'python/SConscript',
'radiosity/SConscript',
'readblenfile/SConscript',
'render/SConscript',
'src/SConscript',
'nodes/SConscript'])
+
+
+if env['WITH_BF_PYTHON']:
+ SConscript(['python/SConscript'])
+
if env['WITH_BF_YAFRAY']:
SConscript(['yafray/SConscript'])