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:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-15 00:00:49 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-15 00:00:49 +0300
commitd4ebace1496303cda26a52875ebbbe6a5bee6b18 (patch)
tree91cd624cd7a1cb1a0ef6ef867dd785cba4bcfe6a /source/blender/modifiers/SConscript
parentba0d167d2a56d4732e90023d51f82b20479fbe69 (diff)
Tweak priority so link error on Linux is solved. Reported by Hypercrush on IRC.
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 874aefbaa22..8ea4f893bb9 100644
--- a/source/blender/modifiers/SConscript
+++ b/source/blender/modifiers/SConscript
@@ -21,4 +21,4 @@ if env['BF_NO_ELBEEM']:
env.BlenderLib ( libname = 'bf_modifiers', sources = sources,
includes = Split(incs), defines=defs,
- libtype=['core','player'], priority = [180, 40] )
+ libtype=['core','player'], priority = [80, 40] )