From a99251eb4fecfce5fab83f509f3924407f4ae7c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Aug 2014 02:18:55 +0000 Subject: Fix compilation with non-standard LV2 location. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5420 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript') diff --git a/wscript b/wscript index 609e72e..673247c 100644 --- a/wscript +++ b/wscript @@ -176,6 +176,7 @@ def build_util(bld, name, defines): target = name, defines = defines, install_path = '${BINDIR}') + autowaf.use_lib(bld, obj, 'SERD SORD SRATOM LV2') if not bld.env.BUILD_SHARED or bld.env.STATIC_PROGS: obj.use = 'liblilv_static' if bld.env.STATIC_PROGS: -- cgit v1.2.1