Revision: 21367
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21367
Author:   yukishiro
Date:     2009-07-05 02:37:40 +0200 (Sun, 05 Jul 2009)

Log Message:
-----------
fix windows build (patch from jms)

Modified Paths:
--------------
    branches/soc-2009-yukishiro/tools/Blender.py

Modified: branches/soc-2009-yukishiro/tools/Blender.py
===================================================================
--- branches/soc-2009-yukishiro/tools/Blender.py        2009-07-04 15:35:16 UTC 
(rev 21366)
+++ branches/soc-2009-yukishiro/tools/Blender.py        2009-07-05 00:37:40 UTC 
(rev 21367)
@@ -147,6 +147,7 @@
 
        if lenv['OURPLATFORM'] in ('win32-vc', 'win32-mingw', 'linuxcross', 
'win64-vc'):
                libincs += Split(lenv['BF_PTHREADS_LIBPATH'])
+        libincs += Split(lenv['BF_LAPACK_LIBPATH'])
 
        return statlibs, libincs
 


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to