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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-09-18 13:27:34 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2015-01-20 11:30:02 +0300
commitfa1c2ba7c6a3fdc68f939571f2e4695d06e5d99e (patch)
tree87dd034db438ccddbe900b3e44de4842565c2af2 /source/blender/SConscript
parent09ad4331794d2904fcead782e472d08f02f73341 (diff)
More scons fixes for physics lib.
Diffstat (limited to 'source/blender/SConscript')
-rw-r--r--source/blender/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/SConscript b/source/blender/SConscript
index de052f24c33..64eca6a62db 100644
--- a/source/blender/SConscript
+++ b/source/blender/SConscript
@@ -41,6 +41,7 @@ SConscript(['avi/SConscript',
'nodes/SConscript',
'modifiers/SConscript',
'ikplugin/SConscript',
+ 'physics/SConscript',
'windowmanager/SConscript',
'blenfont/SConscript'])