From d564041cf3aa46ed3769bf66f4faa5e069da8dad Mon Sep 17 00:00:00 2001 From: Max Altgelt Date: Wed, 18 Oct 2023 13:49:54 +0200 Subject: [PATCH] feat: memory module in bazel build --- BUILD.bazel | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 21666869e2..9347af4d20 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -80,6 +80,7 @@ yara_library( "time", "console", "string", + "memory", ], modules_srcs = [ "libyara/modules/cuckoo/cuckoo.c", @@ -96,6 +97,7 @@ yara_library( "libyara/modules/time/time.c", "libyara/modules/console/console.c", "libyara/modules/string/string.c", + "libyara/modules/modules/modules.c", ], deps = [ "@jansson",