Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2017-08-09 19:21:35 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-08-09 19:21:35 +0300
commitde3c1657132b404d8611134c24894f7157665c29 (patch)
tree5db62199510018c65b6fc46a6ddb07250b38dce5
parent6e7e081e3ea57aae59d34a713c818a0166e51280 (diff)
Forgot to change magicnumber of OIIO built lib in previous commit...
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
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!