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:
authorNathan Letwory <nathan@letworyinteractive.com>2006-03-01 12:15:50 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-01 12:15:50 +0300
commitb4505d32dcc6b7bd1cdbcbdadb65b63158051609 (patch)
tree073cf703e0b369bc6e7687630002d09807390e0c /extern/SConscript
parent13a1a4c15e965f5b9bc99dc88eb379ff3b919567 (diff)
==SCons==
* WITH_BF_GAMEENGINE=0 implicitely means WITH_BF_BULLET=0 now
Diffstat (limited to 'extern/SConscript')
-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'])