Skip to content

Commit

Permalink
feat: memory module in bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
secDre4mer committed Oct 18, 2023
1 parent 88d130d commit d564041
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ yara_library(
"time",
"console",
"string",
"memory",
],
modules_srcs = [
"libyara/modules/cuckoo/cuckoo.c",
Expand All @@ -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",
Expand Down

0 comments on commit d564041

Please sign in to comment.