[Bf-blender-cvs] [ff1121c] master: Bah, forgot to increase boost magic number...

Bastien Montagne noreply at git.blender.org
Mon Jan 11 09:57:49 CET 2016


Commit: ff1121c716f922da4eb7975419141344a2c42170
Author: Bastien Montagne
Date:   Mon Jan 11 09:57:32 2016 +0100
Branches: master
https://developer.blender.org/rBff1121c716f922da4eb7975419141344a2c42170

Bah, forgot to increase boost magic number...

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

M	build_files/build_environment/install_deps.sh

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

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 9f31929..1d2ca27 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1042,7 +1042,7 @@ clean_Boost() {
 
 compile_Boost() {
   # To be changed each time we make edits that would modify the compiled result!
-  boost_magic=8
+  boost_magic=9
 
   _init_boost




More information about the Bf-blender-cvs mailing list