aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-yara/use-system-yara.patch
blob: d7a0f8e7ced2b09e71936d8fb84ceb130a3121e5 (plain)
1
2
3
4
5
6
7
8
9
--- a/setup.py.orig	2019-05-02 17:34:46.000000000 +0800
+++ b/setup.py	2019-05-07 08:20:20.841022106 +0800
@@ -325,5 +325,5 @@
         'update': UpdateCommand},
     ext_modules=[Extension(
         name='yara',
-        include_dirs=['yara/libyara/include', 'yara/libyara/', '.'],
+        libraries = ['yara'],
         sources=['yara-python.c'])])