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/tools
diff options
context:
space:
mode:
authorErwin Coumans <blender@erwincoumans.com>2005-10-28 08:48:01 +0400
committerErwin Coumans <blender@erwincoumans.com>2005-10-28 08:48:01 +0400
commit0dde486eeae6c563059bfab408f1ed5bd239ad85 (patch)
treeb0ba58a335781e9c65972d2bffb4da493286ca9f /tools
parentb729020276d6d710f336aec116e0ba8a75d97466 (diff)
applied patch [ #3260 ] Enable compile bullet and sumo with scons
Diffstat (limited to 'tools')
-rw-r--r--tools/scons/bs/bs_libs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scons/bs/bs_libs.py b/tools/scons/bs/bs_libs.py
index 4faebf17260..3a818027d1d 100644
--- a/tools/scons/bs/bs_libs.py
+++ b/tools/scons/bs/bs_libs.py
@@ -90,7 +90,7 @@ def ketsji_libs(env):
'NG_loopbacknetwork'])
if bs_globals.user_options_dict['USE_PHYSICS'] == 'solid':
env.Append (LIBS=['PHY_Sumo', 'PHY_Physics', 'blender_MT', 'extern_solid', 'extern_qhull'])
- else:
+ elif bs_globals.user_options_dict['USE_PHYSICS'] == 'ode':
env.Append (LIBS=['PHY_Ode',
'PHY_Physics'])
env.Append (LIBS=bs_globals.user_options_dict['ODE_LIBRARY'])