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:
authorNathan Letwory <nathan@letworyinteractive.com>2004-09-26 14:42:16 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2004-09-26 14:42:16 +0400
commit30619fa921a95173350a1517ce2fabddda81ba2b (patch)
treee9e2da45f3f6032cde6d1018ff8f0e997287d833 /tools
parent395fda6d8d2ac14157ec0c4bdb0ce53724084cb1 (diff)
Correct lib order for linuxers.
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 c874b7c5c5c..3783b926dfb 100644
--- a/tools/scons/bs/bs_libs.py
+++ b/tools/scons/bs/bs_libs.py
@@ -12,10 +12,10 @@ def common_libs(env):
Append to env all libraries that are common to Blender and Blenderplayer
"""
env.Append (LIBS=[
- 'blender_blenloader',
'blender_readblenfile',
'blender_img',
'blender_blenkernel',
+ 'blender_blenloader',
'blender_blenpluginapi',
'blender_imbuf',
'blender_avi',