[Bf-blender-cvs] [dfd1ccf7ea2] temp-lanpr-cleanup2: make_update.py: update windows library folder

Ray Molenkamp noreply at git.blender.org
Wed Nov 13 06:05:05 CET 2019


Commit: dfd1ccf7ea21e545833adadde384e74a494597d6
Author: Ray Molenkamp
Date:   Fri Nov 8 19:09:59 2019 -0700
Branches: temp-lanpr-cleanup2
https://developer.blender.org/rBdfd1ccf7ea21e545833adadde384e74a494597d6

make_update.py: update windows library folder

===================================================================

M	build_files/utils/make_update.py

===================================================================

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:



More information about the Bf-blender-cvs mailing list