[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [44340] trunk/blender/source/blender/ blenlib/SConscript: fix scons compilation, hopefully for all platforms that have a problem.

Antony Riakiotakis kalast at gmail.com
Wed Feb 22 21:31:25 CET 2012


Revision: 44340
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=44340
Author:   psy-fi
Date:     2012-02-22 20:31:19 +0000 (Wed, 22 Feb 2012)
Log Message:
-----------
fix scons compilation, hopefully for all platforms that have a problem. 

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/SConscript

Modified: trunk/blender/source/blender/blenlib/SConscript
===================================================================
--- trunk/blender/source/blender/blenlib/SConscript	2012-02-22 20:12:44 UTC (rev 44339)
+++ trunk/blender/source/blender/blenlib/SConscript	2012-02-22 20:31:19 UTC (rev 44340)
@@ -27,4 +27,4 @@
     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 )




More information about the Bf-blender-cvs mailing list