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:
authorJoshua Leung <aligorith@gmail.com>2009-01-06 02:08:59 +0300
committerJoshua Leung <aligorith@gmail.com>2009-01-06 02:08:59 +0300
commit9986642d276786dbea3913dea52f6f5d193d8847 (patch)
tree87139adb383b2e34717c95a222049f4443b0256f /source/blender/editors/armature/SConscript
parent964b928cd64b8064c84945535489583a03efc3d0 (diff)
2.5 scons fix
Priority for armature module was too low, and causing errors when linking with gcc
Diffstat (limited to 'source/blender/editors/armature/SConscript')
-rw-r--r--source/blender/editors/armature/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/armature/SConscript b/source/blender/editors/armature/SConscript
index 6f87b787344..95f20404c4b 100644
--- a/source/blender/editors/armature/SConscript
+++ b/source/blender/editors/armature/SConscript
@@ -8,4 +8,4 @@ incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../render/extern/include #/intern/guardedalloc #intern/bmfont'
incs += ' ../../gpu ../../makesrna #/intern/opennl/extern'
-env.BlenderLib ( 'bf_editors_armature', sources, Split(incs), [], libtype=['core'], priority=[40] )
+env.BlenderLib ( 'bf_editors_armature', sources, Split(incs), [], libtype=['core'], priority=[100] )