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>2016-02-05 14:03:58 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-02-05 14:03:58 +0300
commit3758828d339401cefc69406f0b8f9487ee22ecc2 (patch)
tree21cf4fee72f2f134217ef0c4a736233a09d7f0ab /build_files
parente688a62712a727042e3103f50404b25e2d9580b6 (diff)
Install_deps: update magic build numbers of OIIO and OSL.
Please remember to change those each time you update building code and there is no version change. Otherwise poeple re-running the script won't get the updated builds.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 280f9e305c5..2f8714b6e32 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1454,7 +1454,7 @@ clean_OIIO() {
compile_OIIO() {
# To be changed each time we make edits that would modify the compiled result!
- oiio_magic=15
+ oiio_magic=16
_init_oiio
# Clean install if needed!
@@ -1682,7 +1682,7 @@ clean_OSL() {
compile_OSL() {
# To be changed each time we make edits that would modify the compiled result!
- osl_magic=19
+ osl_magic=20
_init_osl
# Clean install if needed!