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-04-07 19:02:34 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-04-07 19:02:34 +0400
commitc0ab8a15c344afdc513513444f0969766ea50db9 (patch)
treeec33edfa4a68fc11d456e3f38cf55568f778b91f /build_files/build_environment
parent42e8f3e88971a320c4204d5386f740b23b4ecf16 (diff)
Raise magic numbers for OSL and OpenCollada (should have done that much earlier), this will force rebuild of those libs next time, hopefully will solve user's issues with outdated libs.
Diffstat (limited to 'build_files/build_environment')
-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 a2b5ccf4ee9..eda3329cfbc 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -948,7 +948,7 @@ EOF
compile_OSL() {
# To be changed each time we make edits that would modify the compiled result!
- osl_magic=7
+ osl_magic=8
_src=$SRC/OpenShadingLanguage-$OSL_VERSION
_inst=$INST/osl-$OSL_VERSION
@@ -1040,7 +1040,7 @@ compile_OSL() {
compile_OpenCOLLADA() {
# To be changed each time we make edits that would modify the compiled results!
- opencollada_magic=5
+ opencollada_magic=6
_src=$SRC/OpenCOLLADA-$OPENCOLLADA_VERSION
_inst=$INST/opencollada-$OPENCOLLADA_VERSION