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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-10-04 18:31:47 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-10-04 18:31:47 +0400
commit24ddfe0c63e314f53c2d2555b123e0aa379474ed (patch)
tree6035134d769f317fcc4d8af0431232b23d1180f1 /source/blender/makesrna/SConscript
parent15969e8a30e616bfddc317687ff3cd5576b554b8 (diff)
Previous scons fix is just wrong, there is a reason why lines were tried to be indented
Diffstat (limited to 'source/blender/makesrna/SConscript')
-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 f7f8a0a0d95..17bbfb1cc84 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')