[Bf-blender-cvs] [de3c1657132] master: Forgot to change magicnumber of OIIO built lib in previous commit...

Bastien Montagne noreply at git.blender.org
Wed Aug 9 18:21:58 CEST 2017


Commit: de3c1657132b404d8611134c24894f7157665c29
Author: Bastien Montagne
Date:   Wed Aug 9 18:21:35 2017 +0200
Branches: master
https://developer.blender.org/rBde3c1657132b404d8611134c24894f7157665c29

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 9e5d38133ae..db2a1246a60 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