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:01:09 +0400
committerThomas Dinges <blender@dingto.org>2014-10-04 18:01:09 +0400
commitada2a3a0fcaf233ba0e2751208267dcc08e73760 (patch)
tree46a0fefe2b5f2661c64ad46a63409389c1b59c4d /source/blender/render/SConscript
parent4f9ee695ef97742b2828daae98e55cd9050e16f2 (diff)
Typo fix for new WITH_BF_CYCLES_DEBUG option.
Diffstat (limited to 'source/blender/render/SConscript')
-rw-r--r--source/blender/render/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/SConscript b/source/blender/render/SConscript
index 297debabcb4..7f459444a39 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'):