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:
authorRay Molenkamp <github@lazydodo.com>2019-11-09 05:09:59 +0300
committerRay Molenkamp <github@lazydodo.com>2019-11-09 05:09:59 +0300
commit6f1237b2ebda5c55414851d5c227fb819c3bc75b (patch)
treebebd849855f69542f3e21448add27880bd2b1605 /build_files/utils
parent3ed7ff1f9f603cb1bf19568869ce4b5a12898c60 (diff)
make_update.py: update windows library folder
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 ec72514fdfc..e0417bc6f09 100755
--- a/build_files/utils/make_update.py
+++ b/build_files/utils/make_update.py
@@ -48,7 +48,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: