Fix syntax error

This commit is contained in:
Cody 2022-01-14 12:23:30 -06:00 committed by GitHub
parent a13356d801
commit 3be128877d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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