From de595d995f56e887a33497f3b989c2af36e4398f Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Wed, 22 Feb 2012 20:31:19 +0000 Subject: fix scons compilation, hopefully for all platforms that have a problem. --- source/blender/blenlib/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/SConscript b/source/blender/blenlib/SConscript index 81586199007..dda8303eea7 100644 --- a/source/blender/blenlib/SConscript +++ b/source/blender/blenlib/SConscript @@ -27,4 +27,4 @@ if env['OURPLATFORM'] == 'darwin': if env['WITH_BF_OPENMP']: env.Append(CFLAGS=['-DPARALLEL=1']) -env.BlenderLib ( 'bf_blenlib', sources, Split(incs), Split(defs), libtype=['core','player'], priority = [363,230], compileflags =cflags ) +env.BlenderLib ( 'bf_blenlib', sources, Split(incs), Split(defs), libtype=['core','player'], priority = [370,230], compileflags =cflags ) -- cgit v1.2.3