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:
authorThomas Dinges <blender@dingto.org>2016-07-02 19:07:20 +0300
committerThomas Dinges <blender@dingto.org>2016-07-02 19:07:20 +0300
commitee90badbd5b3cfc398f9c793a04a1df71ea042b7 (patch)
tree5400640dfe0862fb1900eb7ffe3524210f139ffe /build_files
parentaef72125da1ee971334c3e3b34f0b9ca06e57f9f (diff)
Install Deps: Use OSL 1.7.3, latest bugfix release.
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 e380362a11e..068ac665623 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -321,7 +321,7 @@ LLVM_FORCE_REBUILD=false
LLVM_SKIP=false
# OSL needs to be compiled for now!
-OSL_VERSION="1.7.1"
+OSL_VERSION="1.7.3"
OSL_VERSION_MIN=$OSL_VERSION
OSL_FORCE_BUILD=false
OSL_FORCE_REBUILD=false
@@ -1742,7 +1742,7 @@ compile_OSL() {
fi
# To be changed each time we make edits that would modify the compiled result!
- osl_magic=20
+ osl_magic=21
_init_osl
# Clean install if needed!