Commit 11eb1a94 authored by Berker Peksag's avatar Berker Peksag Committed by Zachary Ware

bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)

parent 1561703a
......@@ -8,6 +8,8 @@ import string
import sys
AMD64 = "AMD64" in sys.version
# Keep msilib.Win64 around to preserve backwards compatibility.
Win64 = AMD64
# Partially taken from Wine
datasizemask= 0x00ff
......
Restore ``msilib.Win64`` to preserve backwards compatibility since it's
already used by :mod:`distutils`' ``bdist_msi`` command.
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