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
diff options
context:
space:
mode:
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 01b51462676..64383cb0fcc 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1043,10 +1043,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',