forked from Hugal31/yara-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove dependency on yara-src-rs
The crate is no longer maintained, has bugs, compiles the wrong proc.c, and is simple and small enough for us to have it entirely in our build.rs The "vendored" feature now directly compiles libyara v3.11.0 from the added submodule with cc.
- Loading branch information
1 parent
9e48e63
commit bb45397
Showing
4 changed files
with
129 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "yara-sys/yara"] | ||
path = yara-sys/yara | ||
url = https://github.com/VirusTotal/yara/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters