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:
authorStephen Swaney <sswaney@centurytel.net>2005-07-27 02:22:48 +0400
committerStephen Swaney <sswaney@centurytel.net>2005-07-27 02:22:48 +0400
commit348890d423902ac17a88c4cdf6de771937912ecb (patch)
tree05be3408de6dd2563321a97682734fc7f09c951e /tools
parentf253d4693a5df3174f1b132a4840f198d47d390e (diff)
SCons fix for blenderplayer: add blender_LOD to link lib list.
Diffstat (limited to 'tools')
-rw-r--r--tools/scons/bs/bs_libs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/scons/bs/bs_libs.py b/tools/scons/bs/bs_libs.py
index a1e55a49bd0..a2ed8a002c5 100644
--- a/tools/scons/bs/bs_libs.py
+++ b/tools/scons/bs/bs_libs.py
@@ -105,7 +105,8 @@ def player_libs2(env):
Link order shenannigans: these libs are added after common_libs
"""
env.Append (LIBS=['blender_blenkernel_blc',
- 'soundsystem'])
+ 'blender_LOD',
+ 'soundsystem'])
def winblenderres(env):
"""