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/source
diff options
context:
space:
mode:
authorAntony Riakiotakis <kalast@gmail.com>2013-01-23 20:38:09 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-01-23 20:38:09 +0400
commit82e4484de2ca1fb7783b9755af9267b1b8ca6e24 (patch)
tree51ee302b393194f05079db4e2aadae4d73736805 /source
parent17b1c19054f992699384708e194147a905ee9739 (diff)
fix blenderplayer scons after bullet merge
Diffstat (limited to 'source')
-rw-r--r--source/blender/rigidbody/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/rigidbody/SConscript b/source/blender/rigidbody/SConscript
index 26a3688f4f9..bddc9f2bab2 100644
--- a/source/blender/rigidbody/SConscript
+++ b/source/blender/rigidbody/SConscript
@@ -34,5 +34,5 @@ sources = env.Glob('*.cpp')
incs = '../blenlib ../../../intern/guardedalloc ../../../extern/bullet2/src'
-env.BlenderLib ('bf_rigidbody', sources, Split(incs), [], libtype='core', priority=180 )
+env.BlenderLib ('bf_rigidbody', sources, Split(incs), [], libtype=['core', 'player'], priority=[180, 30] )