[Bf-blender-cvs] [c65cf86] master: install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on RPM-based distro...

Bastien Montagne noreply at git.blender.org
Wed Dec 9 20:50:34 CET 2015


Commit: c65cf8659e22e113c036aa9ac1156acaff5a6e0a
Author: Bastien Montagne
Date:   Wed Dec 9 20:49:49 2015 +0100
Branches: master
https://developer.blender.org/rBc65cf8659e22e113c036aa9ac1156acaff5a6e0a

install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on RPM-based distro...

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index d60b2e1..70c568d 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2938,7 +2938,7 @@ install_RPM() {
 
 
   PRINT ""
-  _do_compile_osl=true
+  _do_compile_osl=false
   if [ "$OSL_SKIP" = true ]; then
     WARNING "Skipping OpenShadingLanguage installation, as requested..."
   elif [ "$OSL_FORCE_BUILD" = true ]; then




More information about the Bf-blender-cvs mailing list