From e2981382bde272aa2217c8176f78fcb92f0ae31b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 16 Nov 2011 17:13:08 -0800 Subject: [PATCH] examples/wscript_build: update --- examples/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/wscript_build b/examples/wscript_build index dc169e1b..1c01f39b 100644 --- a/examples/wscript_build +++ b/examples/wscript_build @@ -17,7 +17,7 @@ for target_name in bld.path.ant_glob('*.c', excl = ['utils.c', 'jackio.c', 'sndf 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]) -- 2.26.2