mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:59:00 +08:00
9eb91c199e
* [yara] Update to 4.3.0 and add features * update version * add patch * update version * fix build error * update version
14 lines
298 B
Diff
14 lines
298 B
Diff
diff --git a/libyara/modules/module_list b/libyara/modules/module_list
|
|
index 35e848a..e11433e 100644
|
|
--- a/libyara/modules/module_list
|
|
+++ b/libyara/modules/module_list
|
|
@@ -1,6 +1,8 @@
|
|
MODULE(tests)
|
|
MODULE(pe)
|
|
+#ifdef DELF_MODULE
|
|
MODULE(elf)
|
|
+#endif
|
|
MODULE(math)
|
|
MODULE(time)
|
|
MODULE(console)
|