[Bf-blender-cvs] [c8a6231] master: Linux/scons: fix compile, BF_BOOST_LIB_STATIC string was miising a space

Jens Verwiebe noreply at git.blender.org
Tue Oct 21 18:48:09 CEST 2014


Commit: c8a62319cf2b166bce3ce57df1d07708544869c4
Author: Jens Verwiebe
Date:   Tue Oct 21 18:47:52 2014 +0200
Branches: master
https://developer.blender.org/rBc8a62319cf2b166bce3ce57df1d07708544869c4

Linux/scons: fix compile, BF_BOOST_LIB_STATIC string was miising a space

===================================================================

M	build_files/scons/config/linux-config.py

===================================================================

diff --git a/build_files/scons/config/linux-config.py b/build_files/scons/config/linux-config.py
index 05f09c2..d460ece 100644
--- a/build_files/scons/config/linux-config.py
+++ b/build_files/scons/config/linux-config.py
@@ -197,7 +197,7 @@ BF_BOOST = '/usr'
 BF_BOOST_INC = '${BF_BOOST}/include'
 BF_BOOST_LIB = 'boost_filesystem boost_regex boost_system boost_thread boost_date_time'
 BF_BOOST_LIB_STATIC = '${BF_BOOST_LIBPATH}/libboost_filesystem.a ${BF_BOOST_LIBPATH}/libboost_date_time.a ' + \
-    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a' + \
+    '${BF_BOOST_LIBPATH}/libboost_regex.a ${BF_BOOST_LIBPATH}/libboost_locale.a ${BF_BOOST_LIBPATH}/libboost_system.a ' + \
     '${BF_BOOST_LIBPATH}/libboost_thread.a'
 BF_BOOST_LIB_INTERNATIONAL = 'boost_locale'
 BF_BOOST_LIBPATH = '${BF_BOOST}/lib'




More information about the Bf-blender-cvs mailing list