Fix T79736: install_deps.sh failing to download OpenImageIO due to wrong version

This commit is contained in:
Brecht Van Lommel 2020-08-12 18:36:06 +02:00
parent 478ea4c898
commit 655091297f
Notes: blender-bot 2023-02-14 08:38:11 +01:00
Referenced by issue #79736, Bad OIIO_VERSION number
1 changed files with 1 additions and 1 deletions

View File

@ -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"