projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f253d46
)
SCons fix for blenderplayer: add blender_LOD to link lib list.
author
Stephen Swaney <sswaney@centurytel.net>
Tue, 26 Jul 2005 22:22:48 +0000
(22:22 +0000)
committer
Stephen Swaney <sswaney@centurytel.net>
Tue, 26 Jul 2005 22:22:48 +0000
(22:22 +0000)
tools/scons/bs/bs_libs.py
patch
|
blob
|
history
diff --git
a/tools/scons/bs/bs_libs.py
b/tools/scons/bs/bs_libs.py
index a1e55a49bd0b9e643ef24b782b85ed31e4dee128..a2ed8a002c572160df6e1191125dc4c05fb2ac42 100644
(file)
--- 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):
"""