[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32110] branches/bmesh/blender/build_files /scons/tools/Blender.py: *sigh*.

Joseph Eagar joeedh at gmail.com
Sat Sep 25 04:34:49 CEST 2010


Revision: 32110
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32110
Author:   joeedh
Date:     2010-09-25 04:34:49 +0200 (Sat, 25 Sep 2010)

Log Message:
-----------
*sigh*. . .yet another scons fix

Modified Paths:
--------------
    branches/bmesh/blender/build_files/scons/tools/Blender.py

Modified: branches/bmesh/blender/build_files/scons/tools/Blender.py
===================================================================
--- branches/bmesh/blender/build_files/scons/tools/Blender.py	2010-09-25 02:32:30 UTC (rev 32109)
+++ branches/bmesh/blender/build_files/scons/tools/Blender.py	2010-09-25 02:34:49 UTC (rev 32110)
@@ -203,7 +203,7 @@
         ]
 
     if not lenv['WITH_BF_FREETYPE_STATIC']:
-    syslibs += Split(lenv['BF_FREETYPE_LIB'])
+        syslibs += Split(lenv['BF_FREETYPE_LIB'])
     if lenv['WITH_BF_PYTHON'] and not lenv['WITH_BF_STATICPYTHON']:
         if lenv['BF_DEBUG'] and lenv['OURPLATFORM'] in ('win32-vc', 'win64-vc', 'win32-mingw'):
             syslibs.append(lenv['BF_PYTHON_LIB']+'_d')





More information about the Bf-blender-cvs mailing list