ref: 7e52871ec2b637368364bf03aef2f2ab262643d1
parent: ed090ff7c9eb775fd565c635b2b90f62fa1fe719
author: Paul Brossier <[email protected]>
date: Tue Dec 10 11:00:48 EST 2013
src/wscript_build: added missing -lm Signed-off-by: Paul Brossier <[email protected]>
--- a/src/wscript_build
+++ b/src/wscript_build
@@ -28,6 +28,7 @@
for target in build_features:
ctx(features = 'c ' + target,
use = ['lib_objects'], #source = source,
+ lib = 'm',
target = 'aubio',
install_path = '${PREFIX}/lib',
vnum = ctx.env['LIB_VERSION'])