[Bf-blender-cvs] [ada2a3a] master: Typo fix for new WITH_BF_CYCLES_DEBUG option.

Thomas Dinges noreply at git.blender.org
Sat Oct 4 16:01:37 CEST 2014


Commit: ada2a3a0fcaf233ba0e2751208267dcc08e73760
Author: Thomas Dinges
Date:   Sat Oct 4 16:01:09 2014 +0200
Branches: master
https://developer.blender.org/rBada2a3a0fcaf233ba0e2751208267dcc08e73760

Typo fix for new WITH_BF_CYCLES_DEBUG option.

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

M	source/blender/render/SConscript

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

diff --git a/source/blender/render/SConscript b/source/blender/render/SConscript
index 297deba..7f45944 100644
--- a/source/blender/render/SConscript
+++ b/source/blender/render/SConscript
@@ -103,7 +103,7 @@ if env['WITH_BF_GAMEENGINE']:
 if env['WITH_BF_INTERNATIONAL']:
     defs.append('WITH_INTERNATIONAL')
 
-if env['WITH_BF_CYCLES'] and env['WITH_VF_CYCLES_DEBUG']:
+if env['WITH_BF_CYCLES'] and env['WITH_BF_CYCLES_DEBUG']:
     defs.append('WITH_CYCLES_DEBUG')
 
 if env['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 'win64-vc', 'win64-mingw'):




More information about the Bf-blender-cvs mailing list