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>2006-02-05 23:38:40 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-02-05 23:38:40 +0300
commitba97d47df429509594be87429b734ec2c0c76012 (patch)
treed62b6e759726b319204c4edc95c000f655c3defa /intern/memutil
parent250c9de1bc1293141acf87cae8716bd63b7e216c (diff)
==SCons==
* Changing linking order of a few libs, hopefully it solves a unresolved issue.
Diffstat (limited to 'intern/memutil')
-rw-r--r--intern/memutil/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/memutil/SConscript b/intern/memutil/SConscript
index dace305e91d..0c541108434 100644
--- a/intern/memutil/SConscript
+++ b/intern/memutil/SConscript
@@ -5,4 +5,4 @@ sources = env.Glob('intern/*.cpp')
incs = '. ..'
-env.BlenderLib ('blender_MEM', sources, Split(incs), [], libtype='intern', priority = 10 )
+env.BlenderLib ('blender_MEM', sources, Split(incs), [], libtype='intern', priority = 0 )