From 36e95674abbe047c1e36451b8ff95da6728bfeaa Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Mon, 2 May 2016 15:31:41 +0200 Subject: [PATCH] examples/wscript_build: link against libaubio --- examples/wscript_build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/wscript_build b/examples/wscript_build index 5cbfb335..a9aec764 100644 --- a/examples/wscript_build +++ b/examples/wscript_build @@ -1,6 +1,7 @@ # vim:set syntax=python: -lib = 'm' if 'CL.exe' not in ctx.env.CC[0] else None +lib = ['aubio'] +lib += ['m'] if 'CL.exe' not in ctx.env.CC[0] else [] uselib = [] uselib += ['FFTW3', 'FFTW3F'] -- 2.11.0