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:35:42 +0400
committerJoseph Eagar <joeedh@gmail.com>2010-07-22 07:35:42 +0400
commitd057f700fe95c8c3e6a3df518b2a12e5227c8c37 (patch)
tree7328cd1f5085c9984c831838278ec64685fce7cd /source/blender/modifiers/SConscript
parent3a158d21014e9a46faec9b4762c86b09972d30bd (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 394917f4409..1722ca276f7 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, 26] )
+ libtype=['core','player'], priority = [165, 20] )