commit f953fba3407addcf514490ce0911692f532056c7 parent f2a36952951f017905e593411adba14e753cd154 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 1 Oct 2023 15:43:28 +0200 We dont need the crypto deps Diffstat:
| M | Makefile | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -9,8 +9,6 @@ endif ifeq ($(findstring arm64,$(CFLAGS)),arm64) CFGOPTS += --host=aarch64-apple-darwin -else -CFGOPTS += --with-crypto endif YARA?=4.3.2