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:
authorJoerg Mueller <nexyon@gmail.com>2010-08-17 00:05:59 +0400
committerJoerg Mueller <nexyon@gmail.com>2010-08-17 00:05:59 +0400
commit26809f38aa3cda6f027ff658e64ca898314e673a (patch)
treec90179c24da81c558abf5497aa33c91890579cd6 /source/blender/makesrna/intern/SConscript
parent54de782faffe12e625af6f80a283a45d0fd9c535 (diff)
Audaspace: This should fix all missing python includes now once for all...
Diffstat (limited to 'source/blender/makesrna/intern/SConscript')
-rw-r--r--source/blender/makesrna/intern/SConscript4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesrna/intern/SConscript b/source/blender/makesrna/intern/SConscript
index d1a7eeb82e6..fec4b1e693d 100644
--- a/source/blender/makesrna/intern/SConscript
+++ b/source/blender/makesrna/intern/SConscript
@@ -85,9 +85,7 @@ if env['WITH_BF_JACK']:
if env['BF_UNIT_TEST']:
defs.append('UNIT_TEST')
-if env['WITH_BF_PYTHON']:
- incs += ' ' + env['BF_PYTHON_INC']
-else:
+if not env['WITH_BF_PYTHON']:
defs.append('DISABLE_PYTHON')
if env['OURPLATFORM'] == 'linux2':