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>2013-06-26 16:37:48 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-06-26 16:37:48 +0400
commitba2ee5f5f3c9be6cb9c5da52e10a4f6b5ddb365e (patch)
tree7ccba0ead8d690337ab219dc827390b6553dfaac /build_files/build_environment
parentab1a0d6cf706fdf45841dba0a0eac8b94b369d1d (diff)
Update osl magic number when updating version ;)
Diffstat (limited to 'build_files/build_environment')
-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 9c93214db4e..7b41f156ea8 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1527,7 +1527,7 @@ clean_OSL() {
compile_OSL() {
# To be changed each time we make edits that would modify the compiled result!
- osl_magic=9
+ osl_magic=10
_init_osl
# Clean install if needed!