From 6f1237b2ebda5c55414851d5c227fb819c3bc75b Mon Sep 17 00:00:00 2001 From: Ray Molenkamp Date: Fri, 8 Nov 2019 19:09:59 -0700 Subject: make_update.py: update windows library folder --- build_files/utils/make_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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: -- cgit v1.2.3