[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38412] trunk/blender/source/blender/ python/SConscript: fix for linking on mingw/ scons with recent changes to mathutils

Campbell Barton ideasman42 at gmail.com
Fri Jul 15 12:10:25 CEST 2011


Revision: 38412
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38412
Author:   campbellbarton
Date:     2011-07-15 10:10:25 +0000 (Fri, 15 Jul 2011)
Log Message:
-----------
fix for linking on mingw/scons with recent changes to mathutils

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

Modified: trunk/blender/source/blender/python/SConscript
===================================================================
--- trunk/blender/source/blender/python/SConscript	2011-07-15 10:07:02 UTC (rev 38411)
+++ trunk/blender/source/blender/python/SConscript	2011-07-15 10:10:25 UTC (rev 38412)
@@ -25,7 +25,7 @@
 defs = []
 
 sources = env.Glob('mathutils/*.c')
-env.BlenderLib( libname = 'bf_python_mathutils', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','player'], priority = [361,165])
+env.BlenderLib( libname = 'bf_python_mathutils', sources = Split(sources), includes = Split(incs), defines = defs, libtype = ['core','player'], priority = [362,165])
 
 
 # bpy




More information about the Bf-blender-cvs mailing list