SCons fix for blenderplayer: add blender_LOD to link lib list.

This commit is contained in:
Stephen Swaney 2005-07-26 22:22:48 +00:00
parent f253d4693a
commit 348890d423

@ -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):
"""