[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60580] trunk/blender/build_files/ build_environment/install_deps.sh: Fix for conf instructions for scons...

Bastien Montagne montagne29 at wanadoo.fr
Mon Oct 7 09:42:01 CEST 2013


Revision: 60580
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60580
Author:   mont29
Date:     2013-10-07 07:42:00 +0000 (Mon, 07 Oct 2013)
Log Message:
-----------
Fix for conf instructions for scons...

Modified Paths:
--------------
    trunk/blender/build_files/build_environment/install_deps.sh

Modified: trunk/blender/build_files/build_environment/install_deps.sh
===================================================================
--- trunk/blender/build_files/build_environment/install_deps.sh	2013-10-07 07:39:58 UTC (rev 60579)
+++ trunk/blender/build_files/build_environment/install_deps.sh	2013-10-07 07:42:00 UTC (rev 60580)
@@ -3145,7 +3145,7 @@
   fi
 
   if $ALL_STATIC; then
-    INFO "LLIB = ["xml2", "expat"] + LLIB"
+    INFO "LLIBS = [\""xml2"\", \""expat"\"] + LLIBS"
   fi
 
   INFO ""




More information about the Bf-blender-cvs mailing list