Merge pull request #177 from BinaryAnalysisPlatform/revert-174-master

Revert "Use `uname -m` to determine machine arch."
This commit is contained in:
George Hotz 2016-08-05 21:19:01 -07:00 committed by GitHub
commit a1e445b906
1 changed files with 1 additions and 1 deletions

View File

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