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>2010-12-21 03:21:42 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-12-21 03:21:42 +0300
commita8febab31bb82d393a12a29ef9ad35c8a13c234e (patch)
tree9589ca35206880b180a1132b82864bd4bd57a36f /source/blender/modifiers/SConscript
parenta9ba96896a627688be3359bf6a9d7e25995aa631 (diff)
Workaround for blenderplayer not linking on linux with scons.
Maybe as a next big, uncool project would be: solve bad level calls.
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 8d420fcb3b7..874aefbaa22 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, 20] )
+ libtype=['core','player'], priority = [180, 40] )