Commit 4b10e197 authored by Martin v. Löwis's avatar Martin v. Löwis

VS 2010 has the AMD64 redist files in VC\redist\x64.

parent c11eba87
......@@ -875,7 +875,7 @@ def add_features(db):
def extract_msvcr100():
# Find the redistributable files
if msilib.Win64:
arch = "amd64"
arch = "x64"
else:
arch = "x86"
dir = os.path.join(os.environ['VS100COMNTOOLS'], r"..\..\VC\redist\%s\Microsoft.VC100.CRT" % arch)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment