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:
authorSergey Sharybin <sergey.vfx@gmail.com>2011-09-10 18:28:34 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-09-10 18:28:34 +0400
commit782a7a36776897b7b7a05e0c412985d0ce4077a7 (patch)
tree896e31853a5f3c6d16994304f0e10aec773d5c11 /source/blender/editors
parente883de2739d789f84a764875c45943d20bc2fe99 (diff)
Change priority for editor util library. Gave linking errors here.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/util/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/util/SConscript b/source/blender/editors/util/SConscript
index 5cb46480e1f..80c05dc5db4 100644
--- a/source/blender/editors/util/SConscript
+++ b/source/blender/editors/util/SConscript
@@ -12,4 +12,4 @@ incs += ' ../../blenloader'
if not env['WITH_BF_GAMEENGINE']:
sources.remove('navmesh_conversion.cpp')
-env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core','player'], priority=[130,210] )
+env.BlenderLib ( 'bf_editors_util', sources, Split(incs), [], libtype=['core','player'], priority=[330,210] )