[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [52138] trunk/blender/build_files/scons/ tools/btools.py: fix scons compile after introducing BF_BOOST_LIB_INTERNATIONAL

jens verwiebe info at jensverwiebe.de
Mon Nov 12 10:31:11 CET 2012


Revision: 52138
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=52138
Author:   jensverwiebe
Date:     2012-11-12 09:31:10 +0000 (Mon, 12 Nov 2012)
Log Message:
-----------
fix scons compile after introducing BF_BOOST_LIB_INTERNATIONAL

Modified Paths:
--------------
    trunk/blender/build_files/scons/tools/btools.py

Modified: trunk/blender/build_files/scons/tools/btools.py
===================================================================
--- trunk/blender/build_files/scons/tools/btools.py	2012-11-12 09:27:39 UTC (rev 52137)
+++ trunk/blender/build_files/scons/tools/btools.py	2012-11-12 09:31:10 UTC (rev 52138)
@@ -590,6 +590,7 @@
         ('BF_BOOST', 'Boost root path', ''),
         ('BF_BOOST_INC', 'Boost include path', ''),
         ('BF_BOOST_LIB', 'Boost library', ''),
+        ('BF_BOOST_LIB_INTERNATIONAL', 'Boost library', ''),
         ('BF_BOOST_LIBPATH', 'Boost library path', ''),
         ('BF_BOOST_LIB_STATIC', 'Boost static library', ''),
 




More information about the Bf-blender-cvs mailing list