[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21367] branches/soc-2009-yukishiro/tools/ Blender.py: fix windows build (patch from jms)

Jingyuan Huang jingyuan.huang at gmail.com
Sun Jul 5 02:37:40 CEST 2009


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
 





More information about the Bf-blender-cvs mailing list