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>2010-02-12 01:02:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-12 01:02:27 +0300
commit6c775defd4068117ade1b668e8f83e7f4ac45aee (patch)
treeef7eabad60d20c5b170ebb94ccedcc649c18cd0a /source/blender
parent778cac6c54b103ba769f23eacf20bfaade07cec4 (diff)
Clear scons installation directory when WITHOUT_BF_INSTALL is disabled.
After discussion with Brecht and Martin we agree this is best long term. Also fixed "scons blenderlite" for python and fluid.
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index 9491c4cf30e..b63a816edfb 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -75,6 +75,8 @@ if env['WITH_BF_JACK']:
if env['BF_UNIT_TEST']:
defs.append('UNIT_TEST')
+if not env['WITH_BF_PYTHON']:
+ defs.append('DISABLE_PYTHON')
if env['OURPLATFORM'] == 'linux2':
cflags='-pthread'