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:
Diffstat (limited to 'intern/SConscript')
-rw-r--r--intern/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/SConscript b/intern/SConscript
index f6092b7bd02..82c7739bf42 100644
--- a/intern/SConscript
+++ b/intern/SConscript
@@ -20,7 +20,7 @@ SConscript(['SoundSystem/SConscript',
# perhaps get rid of intern/csg?
NEW_CSG='false'
-if env['BF_NO_ELBEEM'] == 0:
+if not env['BF_NO_ELBEEM']:
SConscript(['elbeem/SConscript'])
if NEW_CSG=='false':