fix makefile

This commit is contained in:
R4SAS 2020-11-11 02:59:16 +03:00
parent 600c7b5b26
commit c9111aa279

View file

@ -58,7 +58,7 @@ endif
endif endif
ifeq ($(USE_AESNI),yes) 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__ CXXFLAGS += -D__AES__
endif endif
endif endif