From 2c2fe442a06fd116a52c2bbdc111505da72ba7ad Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Tue, 1 Oct 2013 23:35:43 +0200 Subject: [PATCH] src/wscript_build: make sure static lib is installed --- src/wscript_build | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wscript_build b/src/wscript_build index dffcf095..c0050757 100644 --- a/src/wscript_build +++ b/src/wscript_build @@ -19,6 +19,7 @@ build_lib_func( target = 'aubio', lib = 'm', uselib = uselib, + install_path = '${PREFIX}/lib', vnum = ctx.env['LIB_VERSION']) # install headers, except _priv.h ones -- 2.11.0