Skip to content

Commit

Permalink
Fix cc_library rule so yara builds when included via a bazel git_repo…
Browse files Browse the repository at this point in the history
…sitory rule (#1086)
  • Loading branch information
mikewiacek authored and plusvic committed Jul 8, 2019
1 parent 305ba7a commit 9ccdf43
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,11 @@ cc_library(
"libyara/include/yara/rules.h",
],
copts = YARA_COPTS,
includes = ["libyara/include"],
includes = [
"libyara/modules",
"libyara/include",
"libyara",
],
textual_hdrs = [
"libyara/grammar.h",
"libyara/hex_grammar.y",
Expand Down

0 comments on commit 9ccdf43

Please sign in to comment.