diff --git a/projects/yara/build.sh b/projects/yara/build.sh index 0eb3b8b40..8aba4611e 100755 --- a/projects/yara/build.sh +++ b/projects/yara/build.sh @@ -16,7 +16,7 @@ ################################################################################ ./bootstrap.sh -./configure --enable-debug --enable-dex --without-crypto +./configure --enable-debug --enable-dex --enable-dotnet --without-crypto make clean make -j$(nproc) all