[Bf-blender-cvs] [1a410fd] master: Another scons fix, wrong indentation.

Thomas Dinges noreply at git.blender.org
Sat Oct 4 16:09:52 CEST 2014


Commit: 1a410fd79814b2812e50a854159259826ca76473
Author: Thomas Dinges
Date:   Sat Oct 4 16:07:39 2014 +0200
Branches: master
https://developer.blender.org/rB1a410fd79814b2812e50a854159259826ca76473

Another scons fix, wrong indentation.

===================================================================

M	source/blender/makesrna/SConscript

===================================================================

diff --git a/source/blender/makesrna/SConscript b/source/blender/makesrna/SConscript
index c59e17f..f7f8a0a 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')




More information about the Bf-blender-cvs mailing list