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/guardedalloc
parent250c9de1bc1293141acf87cae8716bd63b7e216c (diff)
==SCons==
* Changing linking order of a few libs, hopefully it solves a unresolved issue.
Diffstat (limited to 'intern/guardedalloc')
-rw-r--r--intern/guardedalloc/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/guardedalloc/SConscript b/intern/guardedalloc/SConscript
index 519dbe8eedf..62688394361 100644
--- a/intern/guardedalloc/SConscript
+++ b/intern/guardedalloc/SConscript
@@ -5,4 +5,4 @@ Import('env')
sources = env.Glob('intern/*.c')
incs = '.'
-env.BlenderLib ('blender_guardedalloc', sources, Split(incs), [], libtype='intern', priority = 0 )
+env.BlenderLib ('blender_guardedalloc', sources, Split(incs), [], libtype='intern', priority = 10 )