shithub: aubio

Download patch

ref: 09fab95edf8d2e0ca1e045d86233ace07c0b5c56
parent: 4a39e417d6db4db5cd665a55ca7243aa6c57fedf
author: Paul Brossier <piem@piem.org>
date: Mon May 2 21:57:30 EDT 2016

tests/wscript_build: do not install test programs

--- a/tests/wscript_build
+++ b/tests/wscript_build
@@ -11,5 +11,6 @@
             target = str(source_file).split('.')[0],
             includes = includes,
             use = uselib,
+            install_path = None,
             defines = 'AUBIO_UNSTABLE_API=1',
        )