From 1d6b0c0c6aae19552b6ec827bb505861fe4f9f47 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 16 Aug 2017 14:15:16 +0200 Subject: [PATCH] fix: compilation error on nethunter (piwi) --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 4672a3828..6f840e30e 100644 --- a/client/Makefile +++ b/client/Makefile @@ -175,7 +175,7 @@ cpu_arch = $(shell uname -m) ifneq ($(findstring 86, $(cpu_arch)), ) MULTIARCHSRCS = hardnested/hardnested_bf_core.c hardnested/hardnested_bitarray_core.c endif -ifneq ($(findstring 64, $(cpu_arch)), ) +ifneq ($(findstring amd64, $(cpu_arch)), ) MULTIARCHSRCS = hardnested/hardnested_bf_core.c hardnested/hardnested_bitarray_core.c endif ifeq ($(MULTIARCHSRCS), )