Merge pull request #174 from gnull/master

Use `uname -m` to determine machine arch.
This commit is contained in:
George Hotz 2016-06-05 10:01:53 -07:00
commit f9fdc0b5c7

View File

@ -11,7 +11,7 @@ LIBCAPSTONE64_SHA256="a7bf1cb814c6e712a314659b074bc4c00d2e0006cac67d055d3130d4ec
LIBCAPSTONE32_SHA256="4ffb4630829b9b4e8c713ae8336a8259b180194233f248170bfe0d1577257fb2"
unamestr=$(uname)
arch=$(uname -p)
arch=$(uname -m)
if [[ "$unamestr" == 'Linux' ]]; then
# we need pip to install python stuff