aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build-extras.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/build-extras.sh b/scripts/build-extras.sh
index 2efb0ba36..9b768d55b 100644
--- a/scripts/build-extras.sh
+++ b/scripts/build-extras.sh
@@ -93,7 +93,10 @@ setup() {
echo DISTRIBUTION: ${PRETTY_NAME}
echo ARCHITECTURE: $(uname -m)
- install_cmake
+ ARCH=`uname -m`
+ if [ "$ARCH" == "x86_64" ] || [ "$ARCH" == "x86" ]; then
+ install_cmake
+ fi
setup_fdio_repo ${DISTRIB_ID}
if [ "${DISTRIB_ID}" == "ubuntu" ]; then