We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a027d commit c98514dCopy full SHA for c98514d
yara-python/setupwin64.py
@@ -8,7 +8,7 @@
8
name='yara',
9
sources=['yara-python.c'],
10
include_dirs=['../windows/include', '../libyara'],
11
- extra_objects=['../windows/yara/x64/Release/libyara64.lib','../windows/lib/pcre64.lib']
+ extra_objects=['../windows/yara/Release/libyara64.lib','../windows/lib/pcre64.lib']
12
)])
13
14
0 commit comments