From 55255070cdc7f914525c08d5689fa5c9dc9e7045 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 13 Mar 2015 13:11:48 +0100 Subject: [PATCH] src/wscript_build: do not hardcode install_path --- src/wscript_build | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wscript_build b/src/wscript_build index 94b2062c..7c9fc1c3 100644 --- a/src/wscript_build +++ b/src/wscript_build @@ -31,7 +31,6 @@ for target in build_features: use = ['lib_objects'], lib = 'm', target = 'aubio', - install_path = '${PREFIX}/lib', vnum = ctx.env['LIB_VERSION']) # install headers, except _priv.h ones -- 2.11.0