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:
authorJoseph Eagar <joeedh@gmail.com>2010-09-25 06:47:28 +0400
committerJoseph Eagar <joeedh@gmail.com>2010-09-25 06:47:28 +0400
commita0ab8ea3aa2e947829d19013d5aa0f13a1741823 (patch)
tree9e5002733d5829f2bbc34d5e8805531a7954cfeb /source/blender/modifiers/SConscript
parenta728141145782c28ac4336b3a73acb90b0eebd09 (diff)
scons priority tweak
Diffstat (limited to 'source/blender/modifiers/SConscript')
-rw-r--r--source/blender/modifiers/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/SConscript b/source/blender/modifiers/SConscript
index 7a810af28a2..b4b3e06be45 100644
--- a/source/blender/modifiers/SConscript
+++ b/source/blender/modifiers/SConscript
@@ -17,4 +17,4 @@ if env['BF_NO_ELBEEM']:
env.BlenderLib ( libname = 'bf_modifiers', sources = sources,
includes = Split(incs), defines=defs,
- libtype=['core','player'], priority = [165, 20] )
+ libtype=['core','player'], priority = [167, 20] )