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>2013-06-26 15:30:37 +0400
committerThomas Dinges <blender@dingto.org>2013-06-26 15:30:37 +0400
commitd5fd3b36888902367b07d92f7c606a95d603e23b (patch)
treebd216feee36910c7224e09c00e99b3f6a4fb3ed9 /build_files
parent56f5951ed30fa43f9fecf3663a2a4d1e213071fb (diff)
Install Deps script:
* Use recent OSL 1.3.2 release.
Diffstat (limited to 'build_files')
-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 2ac3a75688e..9c93214db4e 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -229,7 +229,7 @@ LLVM_FORCE_REBUILD=false
LLVM_SKIP=false
# OSL needs to be compiled for now!
-OSL_VERSION="1.3.0"
+OSL_VERSION="1.3.2"
OSL_SOURCE="https://github.com/imageworks/OpenShadingLanguage/archive/Release-$OSL_VERSION.tar.gz"
OSL_FORCE_REBUILD=false
OSL_SKIP=false