From 038a3e272e9a2df45b279a7a294044d457481430 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Fri, 21 Aug 2020 00:26:14 +0200 Subject: [PATCH] yara: enable "macho" module. (#4344) --- projects/yara/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/yara/build.sh b/projects/yara/build.sh index 156a63adc..e19f16c37 100755 --- a/projects/yara/build.sh +++ b/projects/yara/build.sh @@ -16,7 +16,7 @@ ################################################################################ ./bootstrap.sh -./configure --enable-debug --enable-dex --enable-dotnet --without-crypto +./configure --enable-macho --enable-debug --enable-dex --enable-dotnet --without-crypto make clean make -j$(nproc) all