mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
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:
parent
582417c3ca
commit
a92912f513
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user