[Bf-blender-cvs] [265d6201798] blender-v2.79-release: Forgot to change magicnumber of OIIO built lib in previous commit...

Bastien Montagne noreply at git.blender.org
Thu Aug 17 14:45:34 CEST 2017


Commit: 265d6201798d18f6ed070240cf1c019029feeaa3
Author: Bastien Montagne
Date:   Wed Aug 9 18:21:35 2017 +0200
Branches: blender-v2.79-release
https://developer.blender.org/rB265d6201798d18f6ed070240cf1c019029feeaa3

Forgot to change magicnumber of OIIO built lib in previous commit...

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

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 5888994f2bc..337a0635ddc 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1599,7 +1599,7 @@ compile_OIIO() {
   fi
 
   # To be changed each time we make edits that would modify the compiled result!
-  oiio_magic=16
+  oiio_magic=17
   _init_oiio
 
   # Clean install if needed!




More information about the Bf-blender-cvs mailing list