[Bf-blender-cvs] [b7a7595] master: InstallDeps: Fix stupid typo which broke OIIO building (and nobody reported it :| ).

Bastien Montagne noreply at git.blender.org
Sat Mar 7 14:43:34 CET 2015


Commit: b7a759502f06ceee4704b8c3edcf626156260068
Author: Bastien Montagne
Date:   Sat Mar 7 14:42:03 2015 +0100
Branches: master
https://developer.blender.org/rBb7a759502f06ceee4704b8c3edcf626156260068

InstallDeps: Fix stupid typo which broke OIIO building (and nobody reported it :| ).

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

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 c906542..1c78858 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -491,7 +491,7 @@ OPENEXR_SOURCE_REPO=( "https://github.com/mont29/openexr.git" )
 OPENEXR_SOURCE_REPO_UID="2787aa1cf652d244ed45ae124eb1553f6cff11ee"
 ILMBASE_SOURCE=( "http://download.savannah.nongnu.org/releases/openexr/ilmbase-$ILMBASE_VERSION.tar.gz" )
 
-OPENEXR_USE_REPO=false
+OIIO_USE_REPO=false
 OIIO_SOURCE=( "https://github.com/OpenImageIO/oiio/archive/Release-$OIIO_VERSION.tar.gz" )
 OIIO_SOURCE_REPO=( "https://github.com/OpenImageIO/oiio.git" )
 OIIO_SOURCE_REPO_UID="c9e67275a0b248ead96152f6d2221cc0c0f278a4"




More information about the Bf-blender-cvs mailing list