mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 05:43:03 +00:00
src/allmydata/_auto_deps.py: 'i686' is another way of spelling x86.
This commit is contained in:
parent
52963f4a76
commit
095efbf7a5
@ -75,7 +75,7 @@ package_imports = [
|
||||
def require_more():
|
||||
import platform, sys
|
||||
|
||||
if platform.machine().lower() in ['i386', 'x86_64', 'amd64', 'x86', '']:
|
||||
if platform.machine().lower() in ['i386', 'x86', 'i686', 'x86_64', 'amd64', '']:
|
||||
# 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…
x
Reference in New Issue
Block a user