ref: 36e95674abbe047c1e36451b8ff95da6728bfeaa
parent: 5dc1abc932ef8040f2d66da5b3530741cfa65faa
author: Paul Brossier <piem@piem.org>
date: Mon May 2 11:31:41 EDT 2016
examples/wscript_build: link against libaubio
--- 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']