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
path: root/extern
diff options
context:
space:
mode:
Diffstat (limited to 'extern')
-rw-r--r--extern/SConscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/SConscript b/extern/SConscript
index 34e5b10d562..8d7f691aa82 100644
--- a/extern/SConscript
+++ b/extern/SConscript
@@ -5,8 +5,8 @@ Import('env')
if env['WITH_BF_GAMEENGINE']:
SConscript(['qhull/SConscript',
'solid/SConscript'])
-if env['WITH_BF_BULLET']:
- SConscript(['bullet/SConscript'])
+ if env['WITH_BF_BULLET']:
+ SConscript(['bullet/SConscript'])
if env['WITH_BF_INTERNATIONAL']:
SConscript(['bFTGL/SConscript'])