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:
authorThomas Dinges <blender@dingto.org>2014-10-04 18:07:39 +0400
committerThomas Dinges <blender@dingto.org>2014-10-04 18:07:39 +0400
commit1a410fd79814b2812e50a854159259826ca76473 (patch)
tree7a1195b1c8857f5c186952dad6967cbac3343035
parentada2a3a0fcaf233ba0e2751208267dcc08e73760 (diff)
Another scons fix, wrong indentation.
-rw-r--r--source/blender/makesrna/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index c59e17f76df..f7f8a0a0d95 100644
--- a/source/blender/makesrna/SConscript
+++ b/source/blender/makesrna/SConscript
@@ -117,8 +117,8 @@ if env['WITH_BF_OCEANSIM']:
if env['WITH_BF_CYCLES']:
defs.append('WITH_CYCLES')
- if env['WITH_BF_CYCLES_DEBUG']:
- defs.append('WITH_CYCLES_DEBUG')
+if env['WITH_BF_CYCLES_DEBUG']:
+ defs.append('WITH_CYCLES_DEBUG')
if env['WITH_BF_SDL']:
defs.append('WITH_SDL')