mirror of
https://github.com/termux/termux-packages.git
synced 2024-12-04 18:45:52 +00:00
12 lines
307 B
Diff
12 lines
307 B
Diff
--- a/wscript
|
|
+++ b/wscript
|
|
@@ -507,8 +507,6 @@
|
|
bld.options.testcmd = 'node %s'
|
|
if bld.options.enable_examples:
|
|
bld.recurse('examples')
|
|
- if bld.options.enable_tests:
|
|
- bld.recurse('tests')
|
|
|
|
# pkg-config template
|
|
bld( source = 'aubio.pc.in' )
|