(cherry picked from commit fe4e875586)
This commit is contained in:
committed by
GitHub
parent
e628fae196
commit
d8d5dfb34a
@@ -34,7 +34,7 @@ if machine == "x86_64" or machine == "AMD64":
|
||||
ARCH = "intel64"
|
||||
elif machine == "X86":
|
||||
ARCH = "ia32"
|
||||
elif machine == "arm":
|
||||
elif machine == "arm" or machine == "armv7l":
|
||||
ARCH = "arm"
|
||||
elif machine == "aarch64":
|
||||
ARCH = "arm64"
|
||||
|
||||
Reference in New Issue
Block a user