Commit 4bc450ae by Victor M. Alvarez

Try building yara-python as C99.

parent 1571ef4b
...@@ -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=gnu99'], 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