Commit 8722b0e9 by Victor M. Alvarez

Compile in C99 mode.

parent 22e96624
...@@ -285,5 +285,6 @@ setup( ...@@ -285,5 +285,6 @@ setup(
'update': UpdateCommand}, 'update': UpdateCommand},
ext_modules=[Extension( ext_modules=[Extension(
name='yara', name='yara',
extra_compile_args = ['-std=c99'],
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