shithub: aubio

Download patch

ref: e2981382bde272aa2217c8176f78fcb92f0ae31b
parent: 82335b731cf390bf49ec6c48b91669162971aa17
author: Paul Brossier <piem@piem.org>
date: Wed Nov 16 12:13:08 EST 2011

examples/wscript_build: update

--- a/examples/wscript_build
+++ b/examples/wscript_build
@@ -17,7 +17,7 @@
       add_objects = 'utilsio',
       includes = '../src',
       uselib = ['LASH', 'JACK', 'SNDFILE'],
-      use = ['aubio'],
+      use = 'aubio',
       source = target_name,
       # program name is filename.c without the .c
       target = str(target_name).split('.')[0])