From a43e0f7b71f7a94feab444db40ae451c8616f3f0 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Sat, 13 Aug 2016 14:14:33 -0700 Subject: [PATCH] Get the right MSVC redist --- build.py | 2 +- buildinfo.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.py b/build.py index 54608480f..0bf09eb6c 100755 --- a/build.py +++ b/build.py @@ -70,7 +70,7 @@ def main(): # copy it ourselves redist_path = os.path.join( 'c:/', 'Program Files (x86)', 'Microsoft Visual Studio 14.0', 'VC', - 'redist', 'x86', 'Microsoft.VC140.CRT' + 'redist', 'x{}'.format(bits), 'Microsoft.VC140.CRT' ) redist_files = [ 'msvcp140.dll', diff --git a/buildinfo.py b/buildinfo.py index c5f6ff757..a9abc200d 100644 --- a/buildinfo.py +++ b/buildinfo.py @@ -62,7 +62,7 @@ '.'.join([str(v) for v in version_numbers]) + status.prerelease_suffix # TODO: this is totally cheating, revisit the revision scheme - + '6'# prerelease_str + + '7'# prerelease_str ) directories = [