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:
authorBastien Montagne <bastien@blender.org>2021-02-08 14:45:59 +0300
committerBastien Montagne <bastien@blender.org>2021-02-08 14:45:59 +0300
commit2ca3a1d2ae7b2c08d348f49f90b1b697d80f47a9 (patch)
treee493d65353b4609b1ac7344f5bea698a9617b6bc /build_files/build_environment
parent15d1a43445d67a8faf916a93efcb76c90c64de54 (diff)
install_deps: Update TBB to 2020_U2
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 08f50dda9c6..16cead024f7 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -445,11 +445,11 @@ BOOST_FORCE_BUILD=false
BOOST_FORCE_REBUILD=false
BOOST_SKIP=false
-TBB_VERSION="2019"
-TBB_VERSION_SHORT="2019"
-TBB_VERSION_UPDATE="_U9" # Used for source packages...
+TBB_VERSION="2020"
+TBB_VERSION_SHORT="2020"
+TBB_VERSION_UPDATE="_U2" # Used for source packages...
TBB_VERSION_MIN="2018"
-TBB_VERSION_MAX="2021"
+TBB_VERSION_MAX="2022"
TBB_FORCE_BUILD=false
TBB_FORCE_REBUILD=false
TBB_SKIP=false