Commit 006c4008 by Victor M. Alvarez

Try compiling yara-python with C++ compiler.

parent 4bc450ae
...@@ -299,6 +299,6 @@ setup( ...@@ -299,6 +299,6 @@ setup(
'update': UpdateCommand}, 'update': UpdateCommand},
ext_modules=[Extension( ext_modules=[Extension(
name='yara', name='yara',
extra_compile_args = ['-std=c99'], language='c++11',
include_dirs=['yara/libyara/include', 'yara/libyara/', '.'], include_dirs=['yara/libyara/include', 'yara/libyara/', '.'],
sources=['yara-python.c'])]) sources=['yara-python.c'])])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment