Commit cdb078d6 by Victor M. Alvarez

Don't build pb_tests module.

parent 99e812b7
...@@ -262,6 +262,10 @@ class BuildExtCommand(build_ext): ...@@ -262,6 +262,10 @@ class BuildExtCommand(build_ext):
else: else:
exclusions.append('yara/libyara/modules/macho/macho.c') exclusions.append('yara/libyara/modules/macho/macho.c')
# exclude pb_tests module
exclusions.append('yara/libyara/modules/pb_tests/pb_tests.c')
exclusions.append('yara/libyara/modules/pb_tests/pb_tests.pb-c.c')
exclusions = [os.path.normpath(x) for x in exclusions] exclusions = [os.path.normpath(x) for x in exclusions]
for directory, _, files in os.walk('yara/libyara/'): for directory, _, files in os.walk('yara/libyara/'):
......
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