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:
Diffstat (limited to 'build_files/utils')
-rwxr-xr-xbuild_files/utils/make_update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/utils/make_update.py b/build_files/utils/make_update.py
index 82a95d8ae5b..778ba09bd21 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -53,7 +53,7 @@ def svn_update(args, release_version):
# Windows checkout is usually handled by bat scripts since python3 to run
# this script is bundled as part of the precompiled libraries. However it
# is used by the buildbot.
- lib_platform = "win64_vc14"
+ lib_platform = "win64_vc15"
elif args.use_centos_libraries:
lib_platform = "linux_centos7_x86_64"
else: