MINGW-packages/mingw-w64-aubio/0002-wscript-disable-tests.patch
2022-06-24 22:37:05 +05:30

12 lines
398 B
Diff

--- a/wscript
+++ b/wscript
@@ -101,7 +101,7 @@
help_str = 'build documentation (auto)',
help_disable_str = 'do not build documentation')
- add_option_enable_disable(ctx, 'tests', default = True,
+ add_option_enable_disable(ctx, 'tests', default = False,
help_str = 'build tests (true)',
help_disable_str = 'do not build or run tests')