src/wscript_build: no -lm on windows here too
authorPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 22:49:16 +0000 (00:49 +0200)
committerPaul Brossier <piem@piem.org>
Fri, 22 Apr 2016 22:49:16 +0000 (00:49 +0200)
src/wscript_build

index bd5fa26..8dcd7d4 100644 (file)
@@ -34,7 +34,7 @@ for target in build_features:
     ctx(features = 'c ' + target,
             use = ['lib_objects'],
             uselib = uselib,
-            lib = 'm',
+            lib = lib,
             target = 'aubio',
             vnum = ctx.env['LIB_VERSION'])