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:
authorBrecht Van Lommel <brecht@blender.org>2020-08-12 19:36:06 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-08-12 19:38:29 +0300
commit655091297f1756c2ebc5c796bdeb5d673052c8b4 (patch)
tree2209fdaa09aee6b1577a17f9083b2b90b6e2e5db /build_files
parent478ea4c8988b924800937094e55e3e21ef5a16a5 (diff)
Fix T79736: install_deps.sh failing to download OpenImageIO due to wrong version
Diffstat (limited to 'build_files')
-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 46f1694ed38..130173d7f01 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -433,7 +433,7 @@ OPENEXR_FORCE_REBUILD=false
OPENEXR_SKIP=false
_with_built_openexr=false
-OIIO_VERSION="2.1.15"
+OIIO_VERSION="2.1.15.0"
OIIO_VERSION_SHORT="2.1"
OIIO_VERSION_MIN="1.8"
OIIO_VERSION_MAX="3.0"