From c9111aa27929ed113bb2fa50409ccb0d5a984e17 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Wed, 11 Nov 2020 02:59:16 +0300 Subject: [PATCH] fix makefile --- Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.linux b/Makefile.linux index 13ff462e..75134e7f 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -58,7 +58,7 @@ endif endif ifeq ($(USE_AESNI),yes) -ifeq (, $(findstring arm, $(SYS))$(findstring aarch64, $(SYS)) # no arm and aarch64 in dumpmachine +ifeq (, $(findstring arm, $(SYS))$(findstring aarch64, $(SYS))) # no arm and aarch64 in dumpmachine CXXFLAGS += -D__AES__ endif endif