From c0ab8a15c344afdc513513444f0969766ea50db9 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Sun, 7 Apr 2013 15:02:34 +0000 Subject: 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. --- build_files/build_environment/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_files/build_environment') 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 -- cgit v1.2.3