We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a02d499 commit a19f28cCopy full SHA for a19f28c
setup.py
@@ -55,7 +55,7 @@ def platform_suffix(self):
55
"""
56
if sys.platform.startswith('linux') and platform.machine() == "x86_64":
57
return 'musl_x86_64'
58
- elif sys.platform.startswith('linux') and platform.machine() == "armv6":
+ elif sys.platform.startswith('linux') and platform.machine() == "armv6l":
59
return 'musl_armv6'
60
elif sys.platform.startswith('linux') and platform.machine() == "armv7l":
61
return 'musl_armv7'
0 commit comments