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/readblenfile
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/readblenfile')
-rw-r--r--source/blender/readblenfile/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/readblenfile/SConscript b/source/blender/readblenfile/SConscript
index 57ee1866263..6d8749df1e2 100644
--- a/source/blender/readblenfile/SConscript
+++ b/source/blender/readblenfile/SConscript
@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.c')
incs = '. ../blenloader ../blenloader/intern ../blenkernel ../blenlib ../makesdna ../../kernel/gen_messaging'
-env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [0,195] )
+env.BlenderLib ( 'bf_readblenfile', sources, Split(incs), [], libtype=['core','player'], priority = [0,5] )