From 782a7a36776897b7b7a05e0c412985d0ce4077a7 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sat, 10 Sep 2011 14:28:34 +0000 Subject: Change priority for editor util library. Gave linking errors here. --- source/blender/editors/util/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors') 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] ) -- cgit v1.2.3