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-26 10:03:46 +0400
committerJoseph Eagar <joeedh@gmail.com>2010-09-26 10:03:46 +0400
commit4f570347d9e2746156b1cf2755833c969b2f6e35 (patch)
treefc923beb8021f501ceae6fdd437e9aef47856d5e /source/blender/modifiers/SConscript
parenta0ab8ea3aa2e947829d19013d5aa0f13a1741823 (diff)
scons fix, should work now yaypython scons/scons.py
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 b4b3e06be45..39e3c62c579 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 = [167, 20] )
+ libtype=['core','player'], priority = [161, 20] )