From 3be128877d2b70cc3ee8b0539e7c1607fcbaa905 Mon Sep 17 00:00:00 2001 From: Cody Date: Fri, 14 Jan 2022 12:23:30 -0600 Subject: [PATCH] Fix syntax error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4eb5216..08f9aa6 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ ifeq ($(UNAME), Darwin) LIBS_USB += -lusb-1.0 LIBS_CURSES := -lncurses # cpufeatures reportedly does not work (yet) on darwin arm64 - ifneq $($(ARCH),arm64) + ifneq ($(ARCH),arm64) CPUFEATURES ?= yes endif endif