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-07-22 07:30:45 +0400
committerJoseph Eagar <joeedh@gmail.com>2010-07-22 07:30:45 +0400
commit3a158d21014e9a46faec9b4762c86b09972d30bd (patch)
treed1f2365c19463097a1a9d71b8208a35519293e18 /source/blender/modifiers/SConscript
parent982ab78728efeaf377deb5e91f107f0adfc06671 (diff)
updated another sconscript
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 1e3ba407107..394917f4409 100644
--- a/source/blender/modifiers/SConscript
+++ b/source/blender/modifiers/SConscript
@@ -17,4 +17,4 @@ if env['BF_NO_ELBEEM']:
env.BlenderLib ( libname = 'modifiers', sources = sources,
includes = Split(incs), defines=defs,
- libtype=['core','player'], priority = [180, 20] )
+ libtype=['core','player'], priority = [180, 26] )