setup: FreeStorm's WinXP-x86-py2.6 buildslave has informed us that there is yet a fourth way to spell "i386" in Python

This commit is contained in:
Zooko O'Whielacronx 2010-10-31 22:21:42 -07:00
parent 582417c3ca
commit a92912f513

View File

@ -34,7 +34,7 @@ install_requires=[
]
import platform
if platform.machine().lower() in ['i386', 'x86_64', 'amd64', '']:
if platform.machine().lower() in ['i386', 'x86_64', 'amd64', 'x86', '']:
# pycryptopp v0.5.20 fixes bugs in SHA-256 and AES on x86 or amd64
# (from Crypto++ revisions 470, 471, 480, 492). The '' is there
# in case platform.machine is broken and this is actually an x86