shithub: aubio

Download patch

ref: a9ec06f5998c20a2609324c2d5855106d4626d1d
parent: 6d7d52c17f8d7351372eb5875ddce3e8291e4199
author: Paul Brossier <piem@piem.org>
date: Fri Apr 22 20:49:16 EDT 2016

src/wscript_build: no -lm on windows here too

--- a/src/wscript_build
+++ b/src/wscript_build
@@ -34,7 +34,7 @@
     ctx(features = 'c ' + target,
             use = ['lib_objects'],
             uselib = uselib,
-            lib = 'm',
+            lib = lib,
             target = 'aubio',
             vnum = ctx.env['LIB_VERSION'])