make_update.py: update windows library folder

This commit is contained in:
Ray molenkamp 2019-11-08 19:09:59 -07:00
parent 3ed7ff1f9f
commit 6f1237b2eb
1 changed files with 1 additions and 1 deletions

View File

@ -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: