Remove all mention of Windows IA-64 support (GH-3389)

It was mostly removed long ago.
This commit is contained in:
Zachary Ware 2017-09-06 15:45:25 -07:00 committed by GitHub
parent effc12f8e9
commit 49ce74efe8
13 changed files with 12 additions and 66 deletions

View file

@ -208,7 +208,7 @@ class build_ext(Command):
if self.plat_name == 'win32':
suffix = 'win32'
else:
# win-amd64 or win-ia64
# win-amd64
suffix = self.plat_name[4:]
new_lib = os.path.join(sys.exec_prefix, 'PCbuild')
if suffix: