summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-25 06:52:48 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-25 06:52:48 -0400
commitc09d94d5f286bb73e949a717dbe6da38bfacaaae (patch)
treee5afcd4f3e73f51804de3136d03807485b772f1a /GNUmakefile
parentd17f037ed02b6f60da343b0706d6196fe44d34a3 (diff)
downloadcryptopp-git-c09d94d5f286bb73e949a717dbe6da38bfacaaae.tar.gz
Fix Aarch64 builds
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e310d2d3..8dad765f 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -541,7 +541,7 @@ ifeq ($(DETECT_FEATURES),1)
ASIMD_FLAG =
endif
- ifneq ($(ASIMD_FLAG),)
+ ifeq ($(ASIMD_FLAG),)
CRYPTOPP_CXXFLAGS += -DCRYPTOPP_DISABLE_ASM
endif