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 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index bf52f2e8635..80457c739b6 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -61,6 +61,9 @@ if env['WITH_BF_OPENEXR']:
if env['WITH_BF_QUICKTIME']:
SConscript (['quicktime/SConscript'])
+if env['WITH_BF_BULLET']:
+ SConscript (['rigidbody/SConscript'])
+
if env['WITH_BF_COLLADA']:
SConscript (['collada/SConscript'])