From 2788b8a7763b0a1b02807eddb2af8b0e6a73d807 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Wed, 21 Dec 2016 07:23:05 +0100 Subject: Fix libwallet arm7 build --- utils.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils.sh') diff --git a/utils.sh b/utils.sh index f04a485c..500e99f0 100755 --- a/utils.sh +++ b/utils.sh @@ -8,8 +8,10 @@ function get_platform { elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then if [ "$(expr substr $(uname -m) 1 6)" == "x86_64" ]; then platform="linux64" - else + elif [ "$(expr substr $(uname -m) 1 4)" == "i686" ]; then platform="linux32" + else + platform="linux" fi elif [ "$(expr substr $(uname -s) 1 10)" == "MINGW64_NT" ]; then platform="mingw64" -- cgit v1.2.3