Skip to content

Commit

Permalink
yara: fixes binary location (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
boehmseb authored Nov 28, 2024
1 parent 377a6cb commit fc7a59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats/varats/projects/c_projects/yara.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def binaries_for_revision(
) -> tp.List[ProjectBinaryWrapper]:
binary_map = RevisionBinaryMap(get_local_project_repo(Yara.NAME))

binary_map.specify_binary('yara', BinaryType.EXECUTABLE)
binary_map.specify_binary('.libs/yara', BinaryType.EXECUTABLE)

return binary_map[revision]

Expand Down

0 comments on commit fc7a59f

Please sign in to comment.